]> jfr.im git - solanum.git/blobdiff - libratbox/configure
extensions/override: improve KICK override messages
[solanum.git] / libratbox / configure
index 7500f0bf7969c53de3677f7c599187464049046a..f405a39a99a6db3bea0f8905a7c2c53c75118032 100755 (executable)
@@ -793,7 +793,6 @@ enable_mbedtls
 enable_gnutls
 enable_assert
 enable_profile
-enable_balloc
 enable_warnings
 '
       ac_precious_vars='build_alias
@@ -1453,7 +1452,6 @@ Optional Features:
   --enable-assert         Enable assert(). Choose between soft(warnings) and
                           hard(aborts the daemon)
   --enable-profile        Enable profiling
-  --disable-balloc        Disable the block allocator.
   --enable-warnings       Enable all sorts of warnings for debugging.
 
 Optional Packages:
@@ -12108,14 +12106,7 @@ freebsd* | dragonfly*)
     *) objformat=elf ;;
     esac
   fi
-  # Handle Gentoo/FreeBSD as it was Linux
-  case $host_vendor in
-    gentoo)
-      version_type=linux ;;
-    *)
-      version_type=freebsd-$objformat ;;
-  esac
-
+  version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
@@ -12127,12 +12118,6 @@ freebsd* | dragonfly*)
       library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
       need_version=yes
       ;;
-    linux)
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-      soname_spec='${libname}${release}${shared_ext}$major'
-      need_lib_prefix=no
-      need_version=no
-      ;;
   esac
   shlibpath_var=LD_LIBRARY_PATH
   case $host_os in
@@ -15391,20 +15376,6 @@ else
 $as_echo "no" >&6; }
 fi
 
-# Check whether --enable-balloc was given.
-if test "${enable_balloc+set}" = set; then :
-  enableval=$enable_balloc; balloc=$enableval
-else
-  balloc=yes
-fi
-
-
-if test "$balloc" = no; then
-
-$as_echo "#define NOBALLOC 1" >>confdefs.h
-
-fi
-
 # Check whether --enable-warnings was given.
 if test "${enable_warnings+set}" = set; then :
   enableval=$enable_warnings; CFLAGS="$CFLAGS -Wall -Werror -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -W -Wno-unused -Wunused-function -Wunused-variable"
@@ -17941,7 +17912,6 @@ echo "Installing into: $prefix"
 
 echo "IPv6 support ................... $have_v6"
 echo "Assert debugging ............... $assert"
-echo "Block allocator ................ $balloc"
 echo "SSL Type........................ $SSL_TYPE"
 echo