diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-29 03:51:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-29 03:51:15 +0800 |
commit | 2f038b76cbe2208b02f46545d9c2ca51c7a4b21c (patch) | |
tree | fe8179359724e0e14a4cb82d5bfe0512c8eb1477 | |
parent | d0636dedefc60f584cc79127e7f3d5cf691413cb (diff) | |
download | gsoc2013-evolution-2f038b76cbe2208b02f46545d9c2ca51c7a4b21c.tar.gz gsoc2013-evolution-2f038b76cbe2208b02f46545d9c2ca51c7a4b21c.tar.zst gsoc2013-evolution-2f038b76cbe2208b02f46545d9c2ca51c7a4b21c.zip |
we need to link with -lgconf-gtk-1 too
svn path=/trunk/; revision=17898
-rw-r--r-- | configure.in | 2 |
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 |