summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 63303e2..06cbff1 100644
--- a/configure.in
+++ b/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)
])