From 3bedc38a9480532b83e4bfeb386f4bbd7b611b38 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 29 Jun 2000 07:37:55 +0000 Subject: Implement saving of configuration information. Now when you run Evolution it will display the same folder as the last time, and will hide/show the shortcut/folder bars as the last time. This uses GConf so I also put a GConf check into configure.in. svn path=/trunk/; revision=3787 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 84bc67f36c..b9d5d3be78 100644 --- a/configure.in +++ b/configure.in @@ -405,6 +405,12 @@ if test "x$enable_oaf" = "xyes"; then BONOBO_GNOME_CFLAGS="`oaf-config --cflags ` $BONOBO_GNOME_CFLAGS" fi +dnl ***** +dnl GConf +dnl ***** + +AM_PATH_GCONF(0.5.0,,,gconf-gtk) + dnl ******** dnl Kerberos dnl ******** -- cgit v1.2.3