/soc/2013/ankitkv/gobjectification: d94a377f7171: Raise the gplu...
Ankit Vani
a at nevitus.org
Sun Sep 1 09:10:15 EDT 2013
Changeset: d94a377f7171e87c49a3642ac0be94edf1da38ed
Author: Ankit Vani <a at nevitus.org>
Date: 2013-09-01 18:40 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/d94a377f7171
Description:
Raise the gplugin version requirement, again
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
@@ -1711,13 +1711,13 @@ AC_SUBST(KWALLET_LIBS)
AM_CONDITIONAL(ENABLE_KWALLET, test "x$enable_kwallet" = "xyes")
dnl #######################################################################
-dnl # Check for GPlugin 0.0.7
+dnl # Check for GPlugin 0.0.8
dnl #######################################################################
if test "x$enable_plugins" = "xyes" ; then
- PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.7 gmodule-2.0], , [
+ PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.8 gmodule-2.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
- GPlugin 0.0.7 development headers not found, which are required if you wish to
+ GPlugin 0.0.8 development headers not found, which are required if you wish to
enable plugins.
Use --disable-plugins if you want to disable plugins (will also disable
protocols).
More information about the Commits
mailing list