[svn] commit: r2402 - /trunk/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 2 01:28:20 UTC 2010


Author: jinmei
Date: Fri Jul  2 01:28:20 2010
New Revision: 2402

Log:
cleanup boost.python related part.
mostly editorial, and should be obvious enough.  so skipping review.

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Jul  2 01:28:20 2010
@@ -92,8 +92,7 @@
 CPPFLAGS="$CPPFLAGS_SAVED"
 
 
-# Check for python library (not absolutely mandatory, but needed for
-# Boost.Python when we use it.  See below.)
+# Check for python library.  Needed for Python-wrapper libraries.
 LDFLAGS_SAVED="$LDFLAGS"
 LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS"
 python_bin="python${PYTHON_VERSION}"
@@ -235,8 +234,6 @@
    BOOST_LDFLAGS="-L$withval"
    fi])
 AC_SUBST(BOOST_LDFLAGS)
-
-# Check availability of the Boost Python library
 
 #
 # Check availability of gtest, which will be used for unit tests.
@@ -487,7 +484,6 @@
   CXXFLAGS:      $CXXFLAGS
   B10_CXXFLAGS:  $B10_CXXFLAGS
 dnl includes too
-  Boost Python:  $BOOST_PYTHON_LIB
   SQLite:	 $SQLITE_CFLAGS
                  $SQLITE_LIBS
 




More information about the bind10-changes mailing list