From 286df8d713e269cbdedae651c72072d521c703a4 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 28 May 2004 17:38:09 +0000 Subject: added missing #ifdef HAVE_LDAP 2004-05-28 Christophe Fergeau * gui/component/addressbook-config.c: added missing #ifdef HAVE_LDAP svn path=/trunk/; revision=26126 --- addressbook/gui/component/addressbook-config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 47ca15ebc5..0f24f168ea 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1102,7 +1102,9 @@ addressbook_add_server_dialog (void) G_CALLBACK (source_group_changed_cb), sdialog); setup_general_tab (sdialog, add_folder_modify); +#ifdef HAVE_LDAP setup_searching_tab (sdialog, add_folder_modify); +#endif setup_connecting_tab (sdialog, add_folder_modify); sdialog->auth_frame = glade_xml_get_widget (sdialog->gui, "authentication-frame"); -- cgit v1.2.3