mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-14 06:54:43 -05:00
Correct r15693 and lower PKG too.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15694 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
|
||||
echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
|
||||
else
|
||||
pkg_config_min_version=0.9.0
|
||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_config_min_version; then
|
||||
if $PKG_CONFIG --atleast-pkgconfig-version $pkg_config_min_version; then
|
||||
AC_MSG_CHECKING(for $2)
|
||||
|
||||
if $PKG_CONFIG --silence-errors --exists "$2" ; then
|
||||
|
||||
Reference in New Issue
Block a user