]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove extra ] configure.ac for HAVE_DETECT_DISABLED
authorKen Steele <ken@tilera.com>
Thu, 6 Feb 2014 18:23:43 +0000 (13:23 -0500)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Feb 2014 16:04:05 +0000 (17:04 +0100)
Saw a warning about unknow command ']' running distcheck and tracked it back
to this error.

configure.ac

index 4b8a36f4d1f837c1d2c631d3829271283887018c..f7537a6e32c17879cdb0fc9265cba0dc03f62e62 100644 (file)
     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"])