/soc/2013/ankitkv/gobjectification: 20188870cc4b: Bump the GPlug...
Ankit Vani
a at nevitus.org
Wed Jul 31 15:35:55 EDT 2013
Changeset: 20188870cc4b951dc217a9e9bdb494df73e33bab
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-01 01:05 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/20188870cc4b
Description:
Bump the 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
@@ -1700,13 +1700,13 @@ AC_SUBST(KWALLET_LIBS)
AM_CONDITIONAL(ENABLE_KWALLET, test "x$enable_kwallet" = "xyes")
dnl #######################################################################
-dnl # Check for GPlugin 0.0.3
+dnl # Check for GPlugin 0.0.4
dnl #######################################################################
if test "x$enable_plugins" = "xyes" ; then
- PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.3 gmodule-2.0], , [
+ PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.4 gmodule-2.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
- GPlugin 0.0.3 development headers not found, which are required if you wish
+ GPlugin 0.0.4 development headers not found, which are required if you wish
to enable plugins.
Use --disable-plugins if you do not need plugins.
])])
More information about the Commits
mailing list