mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
try to make --with-qf work while configuring
This commit is contained in:
parent
7ff069c931
commit
5f9a3d9617
1 changed files with 2 additions and 2 deletions
|
@ -82,13 +82,13 @@ 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
|
||||
if test "x$HAVE_QF" != xno; then
|
||||
AC_CHECK_LIB(QFgamecode, PR_Opcode,
|
||||
:, HAVE_QF=no,
|
||||
[-lQFutil]
|
||||
[$LIBS -lQFutil]
|
||||
)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue