mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
fix configire error message to say --without-python
This commit is contained in:
parent
571f0beee0
commit
d70bf76d80
2 changed files with 3 additions and 6 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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=''
|
||||
|
|
|
|||
Loading…
Reference in a new issue