From 5f9a3d9617ab66e28e3a49e02abfdb5ef2bbee26 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 24 Sep 2001 02:38:28 +0000 Subject: [PATCH] try to make --with-qf work while configuring --- tools/qfcc/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qfcc/configure.in b/tools/qfcc/configure.in index 694eb4872..8baad6758 100644 --- a/tools/qfcc/configure.in +++ b/tools/qfcc/configure.in @@ -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