mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user