From 66bb7ce52c9d5872bb851245a8fe976dc0ea0232 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 5 Apr 2015 14:17:22 +0300 Subject: [PATCH] Drop pkg-config version requirement to 0.23. Closes #2645. --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 71f807d09..bbca616f5 100755 --- a/configure +++ b/configure @@ -4229,7 +4229,7 @@ else $as_echo "no" >&6; } fi -# Require 0.26 pkg-config +# Require 0.23 pkg-config @@ -4338,7 +4338,7 @@ fi fi if test -n "$PKG_CONFIG"; then - _pkg_min_version=0.26 + _pkg_min_version=0.23 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then diff --git a/configure.ac b/configure.ac index a358587da..30737bec2 100644 --- a/configure.ac +++ b/configure.ac @@ -61,8 +61,8 @@ AS_IF([test "x$host_os" = "x*FreeBSD*"], LIBS="-lexecinfo $LIBS"], [AC_MSG_RESULT([no])]) -# Require 0.26 pkg-config -PKG_PROG_PKG_CONFIG([0.26]) +# Require 0.23 pkg-config +PKG_PROG_PKG_CONFIG([0.23]) AS_IF([test "x$PKG_CONFIG" = "x"], [AC_MSG_ERROR([Could not find pkg-config])])