try to make --with-qf work while configuring

This commit is contained in:
Bill Currie 2001-09-24 02:38:28 +00:00
parent 7ff069c931
commit 5f9a3d9617

View file

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