mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- Fixed configure so that if xatrix and roge *are* found
then they actually get built! Third time lucky!
This commit is contained in:
parent
51cda7f820
commit
d3f9102a3f
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ dnl ---------------------------------------------------
|
||||||
AC_MSG_CHECKING(to see if xatrix source is available)
|
AC_MSG_CHECKING(to see if xatrix source is available)
|
||||||
if test -f src/xatrix/g_main.c; then
|
if test -f src/xatrix/g_main.c; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE(DO_XATRIX, 1, [Define this if you have the xatrix source])
|
DO_XATRIX=yes
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
|
@ -175,7 +175,7 @@ fi
|
||||||
AC_MSG_CHECKING(to see if rogue source is available)
|
AC_MSG_CHECKING(to see if rogue source is available)
|
||||||
if test -f src/rogue/g_main.c; then
|
if test -f src/rogue/g_main.c; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE(DO_ROGUE, 1, [Define this if you have the rogue source])
|
DO_ROGUE=yes
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue