From 66a8b67888348a3a04a2ebf8a1b615c058aa3e57 Mon Sep 17 00:00:00 2001 From: mOo Date: Mon, 15 Aug 2005 16:37:49 +0000 Subject: [PATCH] fix [545] so for able to disable mysql git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@546 152afb58-edef-0310-8abb-c4023f1b3aa9 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 3d31c5b4..9b9e83fd 100644 --- a/configure.in +++ b/configure.in @@ -84,6 +84,8 @@ dnl Checks for database. MYSQL_INCLUDE="" MYSQL_LIBS="" +WITH_MYSQL=no + AC_MSG_CHECKING(for MySQL support) AC_ARG_WITH(mysql, AC_HELP_STRING([--with-mysql@<:@=PATH@:>@],[Include MySQL support. PATH is the path to 'mysql_config']),