Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2402 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
373459f1f8
1 changed files with 1 additions and 5 deletions
  1. 1 5
      configure.ac

+ 1 - 5
configure.ac

@@ -92,8 +92,7 @@ AC_CHECK_HEADERS([Python.h],, AC_MSG_ERROR([Missing Python.h]))
 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}"
@@ -236,8 +235,6 @@ AC_HELP_STRING([--with-boost-lib=PATH],
    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 @@ Flags:
   CXXFLAGS:      $CXXFLAGS
   B10_CXXFLAGS:  $B10_CXXFLAGS
 dnl includes too
-  Boost Python:  $BOOST_PYTHON_LIB
   SQLite:	 $SQLITE_CFLAGS
                  $SQLITE_LIBS