From: Victor Julien Date: Fri, 28 Apr 2017 07:48:09 +0000 (+0200) Subject: cleanup: from AS_VERSION_COMPARE CentOS5 workaround X-Git-Tag: suricata-4.0.0-beta1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0516b5d7044d3361d4ea2fa16f562bbb0f946c23;p=thirdparty%2Fsuricata.git cleanup: from AS_VERSION_COMPARE CentOS5 workaround --- diff --git a/configure.ac b/configure.ac index 0752c6f1aa..eb2213db30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ AC_INIT(suricata, 4.0dev) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) - m4_ifndef([AS_VERSION_COMPARE], [AC_DEFUN([AS_VERSION_COMPARE],[])]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/suricata.c]) AC_CONFIG_MACRO_DIR(m4)