Remove execinfo checks.

It seems we no longer need it (if we ever really did).
This commit is contained in:
Bill Currie 2011-12-13 21:25:41 +09:00
parent 4b515a961b
commit da552e33e7
2 changed files with 1 additions and 4 deletions

View file

@ -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 \

View file

@ -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>