]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix configire error message to say --without-python
authorMark Andrews <marka@isc.org>
Mon, 27 May 2019 03:19:25 +0000 (13:19 +1000)
committerMark Andrews <marka@isc.org>
Mon, 27 May 2019 03:19:25 +0000 (13:19 +1000)
configure
configure.ac

index 5b953030e7057aab328d78c42e51f9bc2c2a1731..0db42c485e0d9c7ba2b8b4f842ad1cd9633dc3c6 100755 (executable)
--- 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"
index 83ff9bfda952ebac38499f2e59597eae51d37985..b2599e0a23972ed4b40081e27233cfd7c45cc450 100644 (file)
@@ -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=''