]> git.mxchange.org Git - simgear.git/commitdiff
Remove efence support in favor of valgrind.
authorcurt <curt>
Tue, 30 Jul 2002 14:10:08 +0000 (14:10 +0000)
committercurt <curt>
Tue, 30 Jul 2002 14:10:08 +0000 (14:10 +0000)
configure.in
simgear/io/sg_binobj.cxx

index 8493bcb4d90eafee23eae95baa357fb0809cd3bf..c2e2a3261904d9b131fa3801de33ad7226950d96 100644 (file)
@@ -66,14 +66,6 @@ if test "x$with_logging" = "xno" ; then
     AC_DEFINE(FG_NDEBUG)
 fi
 
-dnl specify if we are building with "electric fence"
-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
-
 # Specify if we want to build with Norman's jpeg image server support.
 # This requires libjpeg to be installed and available.
 # Default to with_jpeg_server=no
@@ -373,12 +365,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
-
 echo -n "Automake version: ($AUTO_MAKE_VERSION) "
 automake --version | head -1
 
index 86c0fba2b13d1d257c1602b4fcf443d2c041a456..ba1c95ca8d690a35d1774082c9d2402870af704b 100644 (file)
@@ -346,7 +346,7 @@ bool SGBinObject::read_bin( const string& file ) {
        return false;
     }
 
-    // read calender time
+    // read creation time
     unsigned int foo_calendar_time;
     sgReadUInt( fp, &foo_calendar_time );