mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
back out my premature commit
This commit is contained in:
parent
f78b973978
commit
a3c9af646b
1 changed files with 0 additions and 20 deletions
|
@ -47,26 +47,6 @@ dnl Checks for typedefs, structures, and compiler characteristics.
|
|||
|
||||
dnl Checks for library functions.
|
||||
|
||||
AC_ARG_WITH(qf-headers,
|
||||
[ --with-qf-headers=DIR use the QuakeForge headers found in DRI],
|
||||
QF_HEADERS=$withval, QF_HEADERS=auto)
|
||||
AC_ARG_WITH(qf-libs,
|
||||
[ --with-qf-libs=DIR use the QuakeForge libs found in DRI],
|
||||
QF_LIBS=$withval, QF_LIBS=auto)
|
||||
|
||||
AC_MSG_CHECKING(for QF headers location)
|
||||
if test "x$QF_HEADERS" = xauto; then
|
||||
if test -r ../../include/qtypes.h; then
|
||||
fi
|
||||
fi
|
||||
AC_MSG_RESULT($QF_HEADERS)
|
||||
|
||||
AC_MSG_CHECKING(for QF libs location)
|
||||
if test "x$QF_LIBS" = xauto; then
|
||||
true
|
||||
fi
|
||||
AC_MSG_RESULT($QF_LIBS)
|
||||
|
||||
AC_OUTPUT(
|
||||
include/Makefile
|
||||
source/Makefile
|
||||
|
|
Loading…
Reference in a new issue