mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
remove a redundant check for vga.h
This commit is contained in:
parent
f18974bd89
commit
fdf0313f42
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ AC_CHECK_HEADERS(
|
|||
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 \
|
||||
sys/time.h sys/types.h sys/wait.h termios.h time.h unistd.h vga.h \
|
||||
sys/time.h sys/types.h sys/wait.h termios.h time.h unistd.h \
|
||||
vgakeyboard.h vgamouse.h windows.h winsock.h
|
||||
)
|
||||
if test "x$mingw" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue