pidgin: ab48119a: I noticed this a while ago but I don't c...

markdoliner at pidgin.im markdoliner at pidgin.im
Sat Aug 20 20:55:34 EDT 2011


----------------------------------------------------------------------
Revision: ab48119a2d860ed769578a68340e8a8464ebe0ea
Parent:   5af65ce49bab36e074929069eae17f0cd2b69a9e
Author:   markdoliner at pidgin.im
Date:     08/20/11 20:50:52
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ab48119a2d860ed769578a68340e8a8464ebe0ea

Changelog: 

I noticed this a while ago but I don't care enough to fix it

Changes against parent 5af65ce49bab36e074929069eae17f0cd2b69a9e

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	1c7a090c4d2611add101bb94dedf7b1415c29660
+++ configure.ac	a1c5dc58d33d273a73b742752aec101de8f2eb38
@@ -328,6 +328,9 @@ dnl ####################################
 dnl #######################################################################
 dnl # Check for GLib 2.16 (required)
 dnl #######################################################################
+# TODO: gmodule-2.0 is only needed if enable_plugins is 'yes'.  It
+#       might ben ice to change this check so that it's not required
+#       if enable_plugins is 'no'.
 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([


More information about the Commits mailing list