summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorlaforge <laforge>2001-06-17 20:08:30 +0000
committerlaforge <laforge>2001-06-17 20:08:30 +0000
commitc2ce1ede38f30d6ae2c9f646ea8b6225bdf9cd13 (patch)
tree6b1202be86120fa3fd46ec09dd07893d433555d3 /configure.in
parentefea0aa10d862a1a0e36043cfd6f712b8cd326aa (diff)
make it compile again (small bugfixes after sighandler checkin)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4e11708..fc4bb73 100644
--- a/configure.in
+++ b/configure.in
@@ -100,9 +100,9 @@ else
if test "x$MYSQL_FUNCTION_TEST" = x
then
EXTRA_MYSQL_DEF="OLD_MYSQL=1 "
- AC_MSG_RESULT(found an older version of MySQL)
+ AC_MSG_RESULT(found old MySQL)
else
- AC_MSG_RESULT(found a newer version of MySQL)
+ AC_MSG_RESULT(found new MySQL)
fi
fi