/soc/2013/ankitkv/gobjectification: 336f93606618: clarify that p...

Ankit Vani a at nevitus.org
Fri Aug 2 05:00:01 EDT 2013


Changeset: 336f93606618520e0697091bca010f9219781f39
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-08-02 14:29 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/336f93606618

Description:

clarify that protocols will not be available if gplugin is allowed to be absent

diffstat:

 configure.ac |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (17 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1706,9 +1706,10 @@ if test "x$enable_plugins" = "xyes" ; th
 	PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.4 gmodule-2.0], , [
 		AC_MSG_RESULT(no)
 		AC_MSG_ERROR([
-	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.
+	GPlugin 0.0.4 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).
 	])])
 	AC_SUBST(GPLUGIN_CFLAGS)
 	AC_SUBST(GPLUGIN_LIBS)



More information about the Commits mailing list