# HG changeset patch # User Mark Doliner # Date 1313887852 0 # Node ID a5c9f3c2352ecea1decb82418b44e76a028106a3 # Parent a009f1d1062cd065426b48d1b2ad1e3f3ef2cea5 I noticed this a while ago but I don't care enough to fix it diff -r a009f1d1062c -r a5c9f3c2352e configure.ac --- a/configure.ac Sun Aug 21 00:48:39 2011 +0000 +++ b/configure.ac Sun Aug 21 00:50:52 2011 +0000 @@ -328,6 +328,9 @@ 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([