* src/browseldap.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 2 Nov 2003 14:08:50 +0000 (14:08 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 2 Nov 2003 14:08:50 +0000 (14:08 +0000)
fix build bustage if not compiling ldap support

ChangeLog.claws
configure.ac
src/browseldap.c

index 91c07bd1ce36f530b58b97f8118917b637ec3e15..9b084d758431e1799d3610cfa2ecb15ae4e49172 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-02 [alfons]    0.9.6claws64
+
+       * src/browseldap.c
+               fix build bustage if not compiling ldap support
+
 2003-11-01 [match]     0.9.6claws63
 
        * po/POTFILES.in
index 210a5ba88799d613043032242402d77319786a5f..f162a4d744c2d2d615abcf92d27040d749eaebdc 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=63
+EXTRA_VERSION=64
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index d0d72f5a82b8b1833c60d838a18b201921508ffd..7192693b9e2c77eed5b549b4da07b8280515dbbd 100644 (file)
@@ -25,6 +25,8 @@
 #  include "config.h"
 #endif
 
+#ifdef USE_LDAP
+
 #include "defs.h"
 
 #include <glib.h>
@@ -433,6 +435,8 @@ gboolean browseldap_entry( AddressDataSource *ds, const gchar *dn ) {
        return TRUE;
 }
 
+#endif /* USE_LDAP */
+
 /*
 * End of Source.
 */