summaryrefslogtreecommitdiffstats
path: root/ulogd/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
commit138afedddb574993d5149a3628c9ba897459d469 (patch)
tree22f28be9669962330fad5344c97d1ee0609af047 /ulogd/configure.in
parent71fd5ce504ee00c96ba8033b1c54fa04614a98a6 (diff)
make it compile again (small bugfixes after sighandler checkin)
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