allow qfdefs to build standalone again (thanks, raorn)

This commit is contained in:
Bill Currie 2002-08-20 07:10:16 +00:00
parent b97b70bfe1
commit e429195f91

View file

@ -97,6 +97,10 @@ if test "x$HAVE_QF" != xno; then
) )
fi fi
QFDEFS_LIBS="-lQFgamecode -lQFutil"
QFDEFS_DEPS=""
QFDEFS_INCS=""
if test "x$HAVE_QF" = xno; then if test "x$HAVE_QF" = xno; then
echo '***' echo '***'
echo '*** You seem to not have the QuakeForge libs & headers installed' echo '*** You seem to not have the QuakeForge libs & headers installed'
@ -104,6 +108,10 @@ if test "x$HAVE_QF" = xno; then
exit 1 exit 1
fi fi
AC_SUBST(QFDEFS_LIBS)
AC_SUBST(QFDEFS_DEPS)
AC_SUBST(QFDEFS_INCS)
AC_OUTPUT( AC_OUTPUT(
include/Makefile include/Makefile
source/Makefile source/Makefile