[svn] commit: r1734 - /branches/trac149/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 19 18:52:40 UTC 2010
Author: jinmei
Date: Mon Apr 19 18:52:39 2010
New Revision: 1734
Log:
typo in a comment line
Modified:
branches/trac149/configure.ac
Modified: branches/trac149/configure.ac
==============================================================================
--- branches/trac149/configure.ac (original)
+++ branches/trac149/configure.ac Mon Apr 19 18:52:39 2010
@@ -51,7 +51,7 @@
PYTHON_INCLUDES=`${PYTHON}-config --includes`
AC_SUBST(PYTHON_INCLUDES)
for flag in `${PYTHON}-config --ldflags`; do
- # add any '-L..." flags to PYTHON_INCLUDES
+ # add any '-L..." flags to PYTHON_LDFLAGS
flag=`echo $flag | sed -ne 's/^\(\-L.*\)$/\1/p'`
if test "X${flag}" != X; then
PYTHON_LDFLAGS="$PYTHON_LDFLAGS ${flag}"
More information about the bind10-changes
mailing list