summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2001-11-03 08:52:31 +0000
committerlaforge <laforge>2001-11-03 08:52:31 +0000
commit093842ee5dabf50aa2e2dc36a2217f8c52d768b0 (patch)
tree0e4e7ccb57e4abcf5b03e16c4e32293ae4144c2f
parentcf1717f08969fe0cb1ef1d3abeb671eaee8f58c3 (diff)
old mysql detection was missing a '-D'
-rw-r--r--ulogd/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/configure.in b/ulogd/configure.in
index 63303e2..06cbff1 100644
--- a/ulogd/configure.in
+++ b/ulogd/configure.in
@@ -120,7 +120,7 @@ AC_ARG_WITH(mysql-log-ip-as-string,
--with-mysql-log-ip-as-string log IPs as string rather than as
unsigned long-integer.
,[
- EXTRA_MYSQL_DEF="${EXTRA_MYSQL_DEF} -DIP_AS_STRING=1"
+ EXTRA_MYSQL_DEF="-D${EXTRA_MYSQL_DEF} -DIP_AS_STRING=1"
AC_MSG_WARN(the use of --with-mysql-log-ip-as-string is discouraged)
])