BIND 10 trac2342, updated. 15bc004f2076bd04df69df0efa59728b795ee7c5 [2342] Corrections to comments in configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 22 20:29:08 UTC 2012
The branch, trac2342 has been updated
via 15bc004f2076bd04df69df0efa59728b795ee7c5 (commit)
from 47be873b787d2a1a355b04cb6e4ec5dce905f180 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 15bc004f2076bd04df69df0efa59728b795ee7c5
Author: Stephen Morris <stephen at isc.org>
Date: Mon Oct 22 21:28:41 2012 +0100
[2342] Corrections to comments in configure.ac
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 11ecbe4..ec41ca1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 at 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],
More information about the bind10-changes
mailing list