summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-26 18:03:34 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-26 18:03:34 +0000
commit4305c6e2e90ccbf19a59dae271f42556a850bb5e (patch)
tree9d79c7fb1fad5016ae2dcc57d97daa8290692113 /configure
parent7e7f83a2dfc328105217c37130ea53f5955b7cc0 (diff)
BUILD : 1.7.5 (338) BUGS : N/A NOTES : Ran autoconf, as configure.in was changed in a previous commit
git-svn-id: svn://svn.anope.org/anope/trunk@338 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@214 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 22 insertions, 2 deletions
diff --git a/configure b/configure
index cdc5c5b8c..2ec69fdf0 100755
--- a/configure
+++ b/configure
@@ -1289,6 +1289,23 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
if test $# = 0; then
echo "You might want to run ./Config or provide some parameters to this script."
echo "./configure --help for information about this script"
@@ -2871,6 +2888,8 @@ _ACEOF
MYSQL=" mysql.c "
RDB=" rdb.c "
+
+
x="1";
@@ -8346,7 +8365,7 @@ cat >>confdefs.h <<\_ACEOF
#define IRC_BAHAMUT 1
_ACEOF
- elif test "$withval" = "IRC_UNREAL31"; then
+ elif test "$withval" = "IRC_UNREAL"; then
cat >>confdefs.h <<\_ACEOF
#define IRC_UNREAL31 1
@@ -8355,7 +8374,7 @@ _ACEOF
elif test "$withval" = "IRC_ULTIMATE"; then
cat >>confdefs.h <<\_ACEOF
-#define IRC_ULTIMATE2 1
+#define IRC_ULTIMATE 1
_ACEOF
elif test "$withval" = "IRC_ULTIMATE3"; then
@@ -8394,6 +8413,7 @@ cat >>confdefs.h <<\_ACEOF
#define IRC_UNREAL32 1
_ACEOF
+
fi
fi;