mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-05 05:06:28 -04:00
Made --with-mysql option optional.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1530 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -11,8 +11,9 @@ MYSQL_PREFIX=/usr
|
||||
AC_ARG_WITH(mysql,
|
||||
[ --with-mysql=<path> 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)
|
||||
|
||||
Reference in New Issue
Block a user