From: Stephen Morris Date: Mon, 22 Oct 2012 20:28:41 +0000 (+0100) Subject: [2342] Corrections to comments in configure.ac X-Git-Tag: trac2487_base~1^2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15bc004f2076bd04df69df0efa59728b795ee7c5;p=thirdparty%2Fkea.git [2342] Corrections to comments in configure.ac --- diff --git a/configure.ac b/configure.ac index 11ecbe4293..ec41ca1887 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@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],