From: laforge Date: Sat, 3 Nov 2001 08:52:31 +0000 (+0000) Subject: old mysql detection was missing a '-D' X-Git-Tag: ulogd-2.0.0beta2~457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e722c5d0a3fade30723284349a900f133c8555;p=thirdparty%2Fulogd2.git old mysql detection was missing a '-D' --- 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) ])