mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
try two
This commit is contained in:
parent
5f9a3d9617
commit
998855402c
1 changed files with 4 additions and 1 deletions
|
@ -78,13 +78,16 @@ AC_ARG_WITH(qf,
|
|||
,
|
||||
HAVE_QF=auto
|
||||
)
|
||||
save_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $INCLUDES"
|
||||
AC_CHECK_HEADER(QF/qtypes.h, :, HAVE_QF=no)
|
||||
if test "x$HAVE_QF" != xno; then
|
||||
AC_CHECK_LIB(QFutil, Hash_NewTable,
|
||||
:, HAVE_QF=no,
|
||||
[$INCLUDES]
|
||||
[]
|
||||
)
|
||||
fi
|
||||
CFLAGS="$save_CFLAGS"
|
||||
if test "x$HAVE_QF" != xno; then
|
||||
AC_CHECK_LIB(QFgamecode, PR_Opcode,
|
||||
:, HAVE_QF=no,
|
||||
|
|
Loading…
Reference in a new issue