mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 13:59:35 -05:00
Fix solaris python compile.
git-svn-id: file:///svn/unbound/trunk@2034 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c6b987a816
commit
e56a5b72cb
4 changed files with 3 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -18427,7 +18427,7 @@ if test x_$ub_test_python != x_no; then
|
|||
|
||||
# Check for Python
|
||||
ub_have_python=no
|
||||
|
||||
ac_save_LIBS="$LIBS"
|
||||
#
|
||||
# Allow the use of a (user set) custom python version
|
||||
#
|
||||
|
|
|
|||
|
|
@ -336,6 +336,7 @@ if test x_$ub_test_python != x_no; then
|
|||
|
||||
# Check for Python
|
||||
ub_have_python=no
|
||||
ac_save_LIBS="$LIBS" dnl otherwise AC_PYTHON_DEVEL thrashes $LIBS
|
||||
AC_PYTHON_DEVEL
|
||||
if test ! -z "$PYTHON_VERSION"; then
|
||||
if test `$PYTHON -c "print '$PYTHON_VERSION' >= '2.4.0'"` = "False"; then
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
- iana portlist updated.
|
||||
- ldns tarball updated.
|
||||
- Fix python use when multithreaded.
|
||||
- Fix solaris python compile.
|
||||
|
||||
11 March 2010: Wouter
|
||||
- another memory allocation option: --enable-alloc-nonregional.
|
||||
|
|
|
|||
BIN
ldns-src.tar.gz
BIN
ldns-src.tar.gz
Binary file not shown.
Loading…
Reference in a new issue