--- a/configure.ac Sat Aug 10 07:27:53 2013 +0530 +++ b/configure.ac Sat Aug 10 15:35:43 2013 +0530 @@ -1718,13 +1718,13 @@ AM_CONDITIONAL(ENABLE_KWALLET, test "x$enable_kwallet" = "xyes") dnl ####################################################################### -dnl # Check for GPlugin 0.0.4 +dnl # Check for GPlugin 0.0.5 dnl ####################################################################### if test "x$enable_plugins" = "xyes" ; then - PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.4 gmodule-2.0], , [ + PKG_CHECK_MODULES(GPLUGIN, [gplugin >= 0.0.5 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 + GPlugin 0.0.5 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).