]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2342] Corrections to comments in configure.ac
authorStephen Morris <stephen@isc.org>
Mon, 22 Oct 2012 20:28:41 +0000 (21:28 +0100)
committerStephen Morris <stephen@isc.org>
Mon, 22 Oct 2012 20:28:41 +0000 (21:28 +0100)
configure.ac

index 11ecbe42934f3b8a7c66fbf702dc0451ecb0b6b5..ec41ca18871c2cd9686b9ab3fdf397d8d9c216a7 100644 (file)
@@ -1,4 +1,5 @@
-CXXFLAGS Process this file with autoconf to produce a configure script.
+#                                               -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
 AC_INIT(bind10-devel, 20120817, bind10-dev@isc.org)
@@ -729,11 +730,10 @@ AC_LINK_IFELSE(
 )
 CPPFLAGS=$CPPFLAGS_SAVED
 LIBS=$LIBS_SAVED
-#===
 
 # Check for MySql.  The path to the mysql_config program is given with
-# the --with-mysql-config (default to /usr/bin/mysql-config).
-
+# the --with-mysql-config (default to /usr/bin/mysql-config).  By default,
+# the software is not built with MySQL support enabled.
 mysql_config="no"
 AC_ARG_WITH([mysql-config],
   AC_HELP_STRING([--with-mysql-config=PATH],