diff options
author | Arch Librarian <arch@canonical.com> | 2005-07-14 13:04:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2005-07-14 13:04:54 +0000 |
commit | 30f0c123487c39ceb3cfb2756760a9616b659520 (patch) | |
tree | f6fb432868939a827775f9d1e346f646d422110a /pkg.m4 | |
parent | df41ad0951a031f75093899e7bf7a6b37a07bff2 (diff) |
0.9.0
Author: hp
Date: 2002-02-03 17:16:48 GMT
0.9.0
Diffstat (limited to 'pkg.m4')
-rw-r--r-- | pkg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ AC_DEFUN(PKG_CHECK_MODULES, [ echo "*** to the full path to pkg-config." echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." else - PKG_CONFIG_MIN_VERSION=0.8.0 + PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then AC_MSG_CHECKING(for $2) |