From: Joel Cornett Date: Wed, 20 Apr 2016 14:56:46 +0000 (-0400) Subject: removed comment X-Git-Tag: 3.0.0-233~438^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca64c5e7aebc8a79c87f54692ded4cff107c922;p=thirdparty%2Fsnort3.git removed comment --- diff --git a/configure.ac b/configure.ac index 29827d617..0a5f2f39a 100644 --- a/configure.ac +++ b/configure.ac @@ -528,8 +528,6 @@ if test "x$enable_unit_tests" = "xyes"; then fi AC_DEFINE(UNIT_TEST, [1], [enable unit tests in build]) - # FIXIT-H: we shouldn't be putting conditionals on UNIT_TEST in header files, - # but they are there. fi AM_CONDITIONAL(BUILD_UNIT_TESTS, test "x$enable_unit_tests" = "xyes")