# Check for Python
ub_have_python=no
-
+ ac_save_LIBS="$LIBS"
#
# Allow the use of a (user set) custom python version
#
# 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
- 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.