diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-09-21 16:02:58 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-09-21 16:02:58 +0000 |
| commit | 474ee0c00a45abef28361e7c424102dd07667b6a (patch) | |
| tree | 990f45c45a7294143d91361290f4ec42c30ce0ee /configure | |
| parent | fcd9c968eebde92ffeec44ea4a233edc347b6c57 (diff) | |
BUILD : 1.7.5 (355) BUGS : N/A NOTES : An option to not detect mysql has been added to ./Config
git-svn-id: svn://svn.anope.org/anope/trunk@355 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@231 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -844,6 +844,7 @@ if test -n "$ac_init_help"; then Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --without-mysql Do not use MySQL even if we find it --with-mysqlclient-prefix=PFX Prefix where mysqlclient is installed --with-mysqlclient-include=DIR Directory pointing @@ -2742,6 +2743,13 @@ fi x="0"; DIS_MYSQL=" MySql: No" +# Check whether --with-mysql or --without-mysql was given. +if test "${with_mysql+set}" = set; then + withval="$with_mysql" + +else + + # Check whether --with-mysqlclient-prefix or --without-mysqlclient-prefix was given. if test "${with_mysqlclient_prefix+set}" = set; then @@ -2936,6 +2944,7 @@ if test "$x" = "1"; then DIS_MYSQL=" MySql: Yes" fi +fi; DIS_THREAD="Threads: No" ac_aux_dir= @@ -4134,7 +4143,7 @@ fi -DIS_MODULES="Modules: NO" +DIS_MODULES="Modules: Yes" @@ -4316,6 +4325,7 @@ cat >>confdefs.h <<\_ACEOF #define STATIC_LINKING "NO_MODULES" _ACEOF + DIS_MODULES="Modules: No" fi |
