/soc/2013/ankitkv/gobjectification: f3abf13d7d38: Uodate GPlugin...
Ankit Vani
a at nevitus.org
Thu Jan 23 10:15:26 EST 2014
Changeset: f3abf13d7d38202a5c1f3d36dc0edf0f63bc6c83
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-23 20:45 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/f3abf13d7d38
Description:
Uodate 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
@@ -1750,13 +1750,13 @@ AC_SUBST(KWALLET_LIBS)
AM_CONDITIONAL(ENABLE_KWALLET, test "x$enable_kwallet" = "xyes")
dnl #######################################################################
-dnl # Check for GPlugin 0.0.13
+dnl # Check for GPlugin 0.0.14
dnl #######################################################################
if test "x$enable_plugins" = "xyes" ; then
- PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.13 gmodule-2.0], , [
+ PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.14 gmodule-2.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
- GPlugin 0.0.13 development headers not found, which are required if you wish to
+ GPlugin 0.0.14 development headers not found, which are required if you wish to
enable plugins.
Use --disable-plugins if you want to disable plugins.
])])
More information about the Commits
mailing list