mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
added --with-efence
This commit is contained in:
parent
c72f721eac
commit
070aee9a0c
1 changed files with 5 additions and 0 deletions
|
@ -1159,6 +1159,11 @@ fi
|
|||
AC_DEFINE_UNQUOTED(GL_DRIVER, "$gl_driver", [Define this to the default GL dynamic lib])
|
||||
|
||||
dnl CFLAGS for release and devel versions
|
||||
AC_ARG_WITH(efence,
|
||||
[ --with-efence link with -lefence],
|
||||
AC_CHECK_LIB(efence,malloc)
|
||||
)
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --disable-debug compile without debugging],
|
||||
debug=$enable_debug
|
||||
|
|
Loading…
Reference in a new issue