/soc/2013/ankitkv/gobjectification: b32b5689bbbf: Update GPlugin...
Ankit Vani <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: b32b5689bbbf2905b314cbdfe67dade496a03a65 Author: Ankit Vani <[email protected]> Date: 2014-06-12 22:21 +0530 Branch: soc.2013.gobjectification.plugins URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/b32b5689bbbf Description: Update GPlugin version requirement diffstat: configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (20 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1955,13 +1955,13 @@ AC_SUBST(KWALLET_LIBS) AM_CONDITIONAL(ENABLE_KWALLET, test "x$enable_kwallet" = "xyes") dnl ####################################################################### -dnl # Check for GPlugin 0.0.14 +dnl # Check for GPlugin 0.0.17 dnl ####################################################################### if test "x$enable_plugins" = "xyes" ; then - PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.14 gmodule-2.0], , [ + PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.17 gmodule-2.0], , [ AC_MSG_RESULT(no) AC_MSG_ERROR([ - GPlugin 0.0.14 development headers not found, which are required if you wish to + GPlugin 0.0.17 development headers not found, which are required if you wish to enable plugins. Use --disable-plugins if you want to disable plugins. ])])