From: Victor Julien Date: Thu, 19 Feb 2015 09:29:14 +0000 (+0100) Subject: CentOS 5.11 pkg-config fix X-Git-Tag: suricata-2.1beta4~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f44bd504a055e863629e930c72028899f818a3d;p=thirdparty%2Fsuricata.git CentOS 5.11 pkg-config fix Check for the minimal pkg-config 0.21 version. Without it, CentOS' pkg-config will fail with the warning: configure: error: The pkg-config script could not be found or is too old. --- diff --git a/configure.ac b/configure.ac index 0cbba44771..ec2941ce87 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AC_LANG_C AC_PROG_CC_C99 AC_PROG_LIBTOOL + PKG_PROG_PKG_CONFIG(0.21) # 0.21 is the CentOS 5.11 version AC_DEFUN([FAIL_MESSAGE],[ echo