From c2ce1ede38f30d6ae2c9f646ea8b6225bdf9cd13 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 17 Jun 2001 20:08:30 +0000 Subject: make it compile again (small bugfixes after sighandler checkin) --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3