[svn] commit: r2423 - /branches/trac148b/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 7 16:14:16 UTC 2010


Author: jreed
Date: Wed Jul  7 16:14:16 2010
New Revision: 2423

Log:
Print some of the python related flags at end of configure.
Also change a tab to spaces.

Modified:
    branches/trac148b/configure.ac

Modified: branches/trac148b/configure.ac
==============================================================================
--- branches/trac148b/configure.ac (original)
+++ branches/trac148b/configure.ac Wed Jul  7 16:14:16 2010
@@ -508,7 +508,10 @@
   CXXFLAGS:      $CXXFLAGS
   B10_CXXFLAGS:  $B10_CXXFLAGS
 dnl includes too
-  SQLite:	 $SQLITE_CFLAGS
+  Python:        ${PYTHON_INCLUDES}
+                 ${PYTHON_LDFLAGS}
+                 ${PYTHON_LIB}
+  SQLite:        $SQLITE_CFLAGS
                  $SQLITE_LIBS
 
 Features:




More information about the bind10-changes mailing list