]> 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 04:03:46 +0000 (14:03 +1000)
(cherry picked from commit d70bf76d80704e92e5d0a26e415a763ec0755db9)

configure
configure.ac

index b219e160744e018b8eab76fdfdda2f7dafe3349d..12d042558fdaf7ef4fce2b7138744d5344692614 100755 (executable)
--- a/configure
+++ b/configure
@@ -12646,7 +12646,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
 
index 320318d362cd9ad52629b5d24d1edb8ca190cdc1..d290c4b0b01a81076d97acf556b5ed14cd7fa90d 100644 (file)
@@ -317,7 +317,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=''