aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-17 13:39:17 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-17 13:39:17 +0200
commit10efa911cbf0d3761d42cc3e57973c8cd1a92821 (patch)
treed871a3cb81c121e7f9afe174eb062d6f86616096
parent5898ef8b07375b71637f585d07fc451e5910c6bf (diff)
Fixed bug in LDAP Makefile generation.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b05aa155..05fb7cb4 100755
--- a/configure
+++ b/configure
@@ -318,7 +318,7 @@ if [ "$ldap" = "auto" ]; then
fi
if [ "$ldap" = 0 ]; then
- echo "LDAP_OBJ=\# no ldap" >> Makefile.settings
+ echo "LDAP_OBJ=" >> Makefile.settings
echo "#undef WITH_LDAP" >> config.h
elif [ "$ldap" = 1 ]; then
echo "#define WITH_LDAP 1" >> config.h