mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
Remove execinfo checks.
It seems we no longer need it (if we ever really did).
This commit is contained in:
parent
4b515a961b
commit
da552e33e7
2 changed files with 1 additions and 4 deletions
|
@ -9,7 +9,7 @@ AC_HEADER_SYS_WAIT
|
|||
AC_CHECK_HEADERS(
|
||||
alloca.h arpa/inet.h asm/io.h assert.h conio.h \
|
||||
ctype.h ddraw.h dinput.h direct.h dirent.h dlfcn.h dmedia/audio.h \
|
||||
dmedia/cdaudio.h dpmi.h dsound.h errno.h execinfo.h fcntl.h io.h \
|
||||
dmedia/cdaudio.h dpmi.h dsound.h errno.h fcntl.h io.h \
|
||||
ifaddrs.h libc.h limits.h linux/cdrom.h linux/joystick.h \
|
||||
linux/soundcard.h machine/soundcard.h malloc.h math.h mgraph.h _mingw.h \
|
||||
netdb.h netinet/in.h process.h pthread.h pwd.h rpc/types.h setjmp.h \
|
||||
|
|
|
@ -46,9 +46,6 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
# include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/ipc.h>
|
||||
|
|
Loading…
Reference in a new issue