From: Russ Combs Date: Mon, 14 Apr 2014 15:22:54 +0000 (-0400) Subject: updated configure.ac for ubuntu autoconf 2.69 X-Git-Tag: 3.0.0-233~1572 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa39bbf42dc025d95804c8ce123e57f9c8a0c4b3;p=thirdparty%2Fsnort3.git updated configure.ac for ubuntu autoconf 2.69 --- diff --git a/configure.ac b/configure.ac index 37e52c848..7c318fd03 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ #-------------------------------------------------------------------------- AC_INIT([snort], [2.10.071]) -AC_PREREQ([2.69]) +AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/snort.cc]) AC_CONFIG_MACRO_DIR([m4]) @@ -166,7 +166,7 @@ CC_VISIBILITY() # Checks for typedefs, structures, and compiler characteristics. #-------------------------------------------------------------------------- -AC_CHECK_HEADER_STDBOOL +#AC_CHECK_HEADER_STDBOOL AC_TYPE_UID_T AC_C_INLINE AC_TYPE_INT16_T