Mercurial > pidgin
changeset 29571:a0e90156741c
Only accept libgadu >= 1.9.0-rc2 when using pkg-config.
Refs #10542.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 10 Mar 2010 05:10:11 +0000 |
parents | 5c4e678e2956 |
children | 9472a82eb553 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Mon Mar 08 05:57:15 2010 +0000 +++ b/configure.ac Wed Mar 10 05:10:11 2010 +0000 @@ -1017,7 +1017,7 @@ gadu_manual_check="no" fi if test "x$gadu_manual_check" = "xno"; then - PKG_CHECK_MODULES(GADU, libgadu, [ + PKG_CHECK_MODULES(GADU, [libgadu >= 1.9.0-rc2], [ gadu_includes="yes" gadu_libs="yes" ], [