From 4b2b8ed9befee1faafa26c006286d35ebbc939fe Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 8 Aug 2001 03:42:39 +0000 Subject: ifdef this HAVE_LDAP. 2001-08-07 Chris Toshok * gui/component/addressbook-storage.c (remove_ldap_folder): ifdef this HAVE_LDAP. svn path=/trunk/; revision=11763 --- addressbook/gui/component/addressbook-storage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/addressbook-storage.c') diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c index 6364b29b9b..0dc8cd6295 100644 --- a/addressbook/gui/component/addressbook-storage.c +++ b/addressbook/gui/component/addressbook-storage.c @@ -109,6 +109,7 @@ addressbook_storage_setup (EvolutionShellComponent *shell_component, deregister_storage (); } +#ifdef HAVE_LDAP static void remove_ldap_folder (EvolutionStorage *storage, const CORBA_char *path, const CORBA_char *physical_uri, @@ -118,6 +119,7 @@ remove_ldap_folder (EvolutionStorage *storage, addressbook_storage_write_sources(); *result = GNOME_Evolution_Storage_OK; } +#endif static void register_storage (void) -- cgit v1.2.3