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

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jan 7 01:21:34 UTC 2010


Author: jinmei
Date: Thu Jan  7 01:21:34 2010
New Revision: 434

Log:
fixed a minor typo in a comment line.  I believe this is sufficiently trivial
so I don't bother to ask for an explicit review.

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Jan  7 01:21:34 2010
@@ -28,7 +28,7 @@
 CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
 fi
 
-# produce PIC unless we disable share libraries.  need this for python bindings.
+# produce PIC unless we disable shared libraries. need this for python bindings.
 if test $enable_shared != "no" -a "X$GCC" = "Xyes"; then
    CXXFLAGS="$CXXFLAGS -fPIC"
 fi




More information about the bind10-changes mailing list