]> jfr.im git - solanum.git/blobdiff - configure
buildsystem: honor $DESTDIR in install-data-hook
[solanum.git] / configure
index 88dbc18bb0152d27e2730f0e8f8b163741098726..0911b9ec9b15c34571f64fbb5f3c7b7a4518ab2d 100755 (executable)
--- a/configure
+++ b/configure
@@ -850,7 +850,6 @@ with_program_prefix
 with_custom_branding
 with_custom_version
 enable_assert
-enable_iodebug
 enable_profile
 with_nicklen
 with_topiclen
@@ -1510,7 +1509,6 @@ Optional Features:
   --disable-zlib          Disable ziplinks support
   --enable-assert         Enable assert(). Choose between soft(warnings) and
                           hard(aborts the daemon)
-  --enable-iodebug        Enable IO Debugging hooks
   --enable-profile        Enable profiling
   --enable-warnings       Enable all sorts of warnings for debugging.
 
@@ -16479,28 +16477,6 @@ elif test "$assert" = yes; then
        assert = "hard";
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if you want IO Debugging hooks" >&5
-$as_echo_n "checking if you want IO Debugging hooks... " >&6; }
-# Check whether --enable-iodebug was given.
-if test "${enable_iodebug+set}" = set; then :
-  enableval=$enable_iodebug; iodebug=$enableval
-else
-  iodebug=no
-fi
-
-
-if test "$iodebug" = yes; then
-
-$as_echo "#define USE_IODEBUG_HOOKS 1" >>confdefs.h
-
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if you want to do a profile build" >&5
 $as_echo_n "checking if you want to do a profile build... " >&6; }
 # Check whether --enable-profile was given.