From: Mark Andrews Date: Mon, 27 May 2019 03:19:25 +0000 (+1000) Subject: fix configire error message to say --without-python X-Git-Tag: v9.15.1~34^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d70bf76d80704e92e5d0a26e415a763ec0755db9;p=thirdparty%2Fbind9.git fix configire error message to say --without-python --- diff --git a/configure b/configure index 5b953030e70..0db42c485e0 100755 --- a/configure +++ b/configure @@ -12586,7 +12586,7 @@ fi $as_echo_n "checking for Python support... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - as_fn_error $? "Python >= 2.7 or >= 3.2 and the PLY package are required for dnssec-keymgr and other Python-based tools. PLY may be available from your OS package manager as python-ply or python3-ply; it can also be installed via pip. To build without Python/PLY, use --disable-python." "$LINENO" 5 + as_fn_error $? "Python >= 2.7 or >= 3.2 and the PLY package are required for dnssec-keymgr and other Python-based tools. PLY may be available from your OS package manager as python-ply or python3-ply; it can also be installed via pip. To build without Python/PLY, use --without-python." "$LINENO" 5 fi fi @@ -15308,10 +15308,7 @@ LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CC="$PTHREAD_CC" -# -# We'd like to use sigwait() too -# -for ac_func in sigwait pthread_attr_getstacksize pthread_attr_setstacksize +for ac_func in pthread_attr_getstacksize pthread_attr_setstacksize do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" diff --git a/configure.ac b/configure.ac index 83ff9bfda95..b2599e0a239 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,7 @@ AS_IF([test "$with_python" = "no"], available from your OS package manager as python-ply or python3-ply; it can also be installed via pip. To build without - Python/PLY, use --disable-python.] + Python/PLY, use --without-python.] )])])]) PYTHON_TOOLS=''