From e09bc7d2bc0be4bf184f90ffe223f52d09bc169b Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 20 Oct 2005 12:57:59 +0000 Subject: [PATCH] Made --with-mysql option optional. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1530 e3e1d417-86f3-4887-817a-d78f3d33393f --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 664c9493b..307107f04 100644 --- a/configure.in +++ b/configure.in @@ -11,8 +11,9 @@ MYSQL_PREFIX=/usr AC_ARG_WITH(mysql, [ --with-mysql= prefix of MySQL installation. e.g. /usr/local or /usr], [MYSQL_PREFIX=$with_mysql], - AC_MSG_ERROR([You must call configure with the --with-mysql option. - This tells configure where to find the MySql C library and headers. + AC_MSG_WARN([You can call configure with the --with-mysql option. + This tells configure where to find the MySql C library and headers if configure cannot + locate them automatically.. e.g. --with-mysql=/usr/local or --with-mysql=/usr]) ) AC_SUBST(MYSQL_PREFIX)