aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1d17eff948..7c90b3a189 100644
--- a/configure.in
+++ b/configure.in
@@ -548,7 +548,7 @@ EVO_CHECK_LIB(GAL, gal, 0.19.99.18)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1)
EVO_CHECK_LIB(Libsoup, soup, 0.7)
-AM_PATH_GCONF(1.0)
+AM_PATH_GCONF(1.0,,,gconf gconf-gtk)
if test "x$GCONF_CFLAGS" = "x" ; then
AC_MSG_ERROR(Evolution requires GConf to be installed)
fi