Removed efence support. Valgrind is a much better memory checker.
This commit is contained in:
parent
f37bdfd43d
commit
73c71d24ce
1 changed files with 0 additions and 15 deletions
15
configure.in
15
configure.in
|
@ -34,15 +34,6 @@ if test "x$with_logging" = "xno" ; then
|
|||
fi
|
||||
|
||||
|
||||
dnl specify if we are building with "checker"
|
||||
AC_ARG_WITH(efence, [ --with-efence Specify if we are building with "electric-fence"])
|
||||
|
||||
if test "x$with_efence" = "xyes" ; then
|
||||
echo "Building with efence"
|
||||
LIBS="$LIBS -lefence"
|
||||
fi
|
||||
|
||||
|
||||
dnl Let the Win32 user specify if they want to build with the SGI
|
||||
dnl opengl.dll as opposed to the more standard openg32.dll
|
||||
AC_ARG_WITH(sgi-opengl, [ --with-sgi-opengl Build against SGI's opengl.dll glu.dll and glut.dll])
|
||||
|
@ -355,12 +346,6 @@ else
|
|||
echo "Debug messages: yes"
|
||||
fi
|
||||
|
||||
if test "x$with_efence" != "x"; then
|
||||
echo "Electric fence: $with_efence"
|
||||
else
|
||||
echo "Electric fence: no"
|
||||
fi
|
||||
|
||||
if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
|
||||
if test "$CXX" = "CC"; then
|
||||
echo "\nRemember to run: sh ../FlightGear-0.x.x/irix-hack.sh!\07\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue