From: Ken Steele Date: Thu, 6 Feb 2014 18:23:43 +0000 (-0500) Subject: Remove extra ] configure.ac for HAVE_DETECT_DISABLED X-Git-Tag: suricata-2.0rc1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65d8ae937df42184b039111179177cbd602c15c9;p=thirdparty%2Fsuricata.git Remove extra ] configure.ac for HAVE_DETECT_DISABLED Saw a warning about unknow command ']' running distcheck and tracked it back to this error. --- diff --git a/configure.ac b/configure.ac index 4b8a36f4d1..f7537a6e32 100644 --- a/configure.ac +++ b/configure.ac @@ -396,7 +396,7 @@ AC_ARG_ENABLE(detection, AS_HELP_STRING([--disable-detection], [Disable Detection Modules])], [enable_detection="$enableval"],[enable_detection=yes]) AS_IF([test "x$enable_detection" = "xno"], [ - AC_DEFINE([HAVE_DETECT_DISABLED], [1], [Detection is disabled])] + AC_DEFINE([HAVE_DETECT_DISABLED], [1], [Detection is disabled]) ]) AM_CONDITIONAL([BUILD_PCIE_LOGGING], [test ! -z "$TILERA_ROOT"])