mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 17:58:58 -05:00
update libunbound
This commit is contained in:
parent
ce974949e2
commit
6a1190792b
59 changed files with 4449 additions and 2465 deletions
3
external/unbound/configure
vendored
3
external/unbound/configure
vendored
|
|
@ -677,6 +677,7 @@ WITH_PYTHONMODULE
|
|||
swig
|
||||
SWIG_LIB
|
||||
SWIG
|
||||
PY_MAJOR_VERSION
|
||||
PYTHON_SITE_PKG
|
||||
PYTHON_LDFLAGS
|
||||
PYTHON_CPPFLAGS
|
||||
|
|
@ -16100,6 +16101,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
as_fn_error $? "Python version >= 2.4.0 is required" "$LINENO" 5
|
||||
fi
|
||||
|
||||
PY_MAJOR_VERSION="`$PYTHON -c "import sys; print(sys.version_info.major)"`"
|
||||
|
||||
# Have Python
|
||||
|
||||
$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue