summaryrefslogtreecommitdiffstats
path: root/ulogd/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/configure.in')
-rw-r--r--ulogd/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd/configure.in b/ulogd/configure.in
index 4e11708..fc4bb73 100644
--- a/ulogd/configure.in
+++ b/ulogd/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