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
This commit is contained in:
parent
4a2babe80a
commit
66a8b67888
|
@ -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']),
|
||||
|
|
Loading…
Reference in New Issue