aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure23
1 files changed, 3 insertions, 20 deletions
diff --git a/configure b/configure
index e7b573c25..9625cdb61 100755
--- a/configure
+++ b/configure
@@ -628,7 +628,6 @@ HAVE_SECCOMP_H
628EGREP 628EGREP
629GREP 629GREP
630CPP 630CPP
631HAVE_MUSL_LIBC
632HAVE_FATAL_WARNINGS 631HAVE_FATAL_WARNINGS
633HAVE_BIND 632HAVE_BIND
634HAVE_CHROOT 633HAVE_CHROOT
@@ -689,7 +688,6 @@ enable_seccomp
689enable_chroot 688enable_chroot
690enable_bind 689enable_bind
691enable_fatal_warnings 690enable_fatal_warnings
692enable_musl_libc
693' 691'
694 ac_precious_vars='build_alias 692 ac_precious_vars='build_alias
695host_alias 693host_alias
@@ -1309,11 +1307,10 @@ Optional Features:
1309 --disable-option-checking ignore unrecognized --enable/--with options 1307 --disable-option-checking ignore unrecognized --enable/--with options
1310 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1308 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1311 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1309 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1312 --disable-seccomp disable seccomp 1310 --disable-seccomp Disable seccomp
1313 --disable-chroot disable chroot 1311 --disable-chroot Disable chroot
1314 --disable-bind disable bind 1312 --disable-bind Disable bind
1315 --enable-fatal-warnings -W -Wall -Werror 1313 --enable-fatal-warnings -W -Wall -Werror
1316 --enable-musl-libc ugly hack to allow compilation with musl libc
1317 1314
1318Some influential environment variables: 1315Some influential environment variables:
1319 CC C compiler command 1316 CC C compiler command
@@ -3103,19 +3100,6 @@ if test "x$enable_fatal_warnings" = "xyes"; then :
3103 3100
3104fi 3101fi
3105 3102
3106HAVE_MUSL_LIBC=""
3107# Check whether --enable-musl_libc was given.
3108if test "${enable_musl_libc+set}" = set; then :
3109 enableval=$enable_musl_libc;
3110fi
3111
3112if test "x$enable_musl_libc" = "xyes"; then :
3113
3114 HAVE_MUSL_LIBC="-DHAVE_MUSL_LIBC"
3115
3116
3117fi
3118
3119# checking pthread library 3103# checking pthread library
3120 3104
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5 3105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
@@ -4752,5 +4736,4 @@ echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
4752echo " chroot: $HAVE_CHROOT" 4736echo " chroot: $HAVE_CHROOT"
4753echo " bind: $HAVE_BIND" 4737echo " bind: $HAVE_BIND"
4754echo " fatal warnings: $HAVE_FATAL_WARNINGS" 4738echo " fatal warnings: $HAVE_FATAL_WARNINGS"
4755echo " musl libc: $HAVE_MUSL_LIBC"
4756echo 4739echo