13
13
# with this program; if not, write to the Free Software Foundation, Inc., 59
14
14
# Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
17
AC_ARG_WITH([mysql-config],
18
18
AS_HELP_STRING([--with-mysql-config=PATH], [A path to mysql_config script]),
19
19
[mysql_config="$withval"], [mysql_config=mysql_config])