Fix solaris python compile.

git-svn-id: file:///svn/unbound/trunk@2034 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-03-12 13:21:20 +00:00
parent c6b987a816
commit e56a5b72cb
4 changed files with 3 additions and 1 deletions

2
configure vendored
View file

@ -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
#

View file

@ -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

View file

@ -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.

Binary file not shown.