mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
Remove the checks for SDL headers. They weren't right anyway, and it's
covered by the SDL check anyway. :)
This commit is contained in:
parent
d6241c11aa
commit
2388cf8f9c
1 changed files with 3 additions and 5 deletions
|
@ -30,12 +30,11 @@ dnl ==================================================================
|
|||
dnl Checks for programs.
|
||||
dnl ==================================================================
|
||||
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_RANLIB
|
||||
|
||||
set $CC
|
||||
if test "$1" = gcc; then
|
||||
|
@ -76,8 +75,7 @@ AC_CHECK_HEADERS(
|
|||
dsound.h errno.h fcntl.h fnmatch.h ggi/ggi.h glide/sst1vid.h io.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 pwd.h SDL_audio.h SDL_byteorder.h SDL.H SDL.h \
|
||||
SDL_main.H SDL_syswm.h setjmp.h signal.h stdarg.h stdio.h stdlib.h \
|
||||
netinet/in.h pwd.h setjmp.h signal.h stdarg.h stdio.h stdlib.h \
|
||||
string.h strings.h sys/asoundlib.h sys/audioio.h sys/filio.h \
|
||||
sys/ioctl.h sys/io.h sys/ipc.h sys/mman.h sys/param.h sys/poll.h \
|
||||
sys/shm.h sys/signal.h sys/socket.h sys/soundcard.h sys/stat.h \
|
||||
|
|
Loading…
Reference in a new issue