aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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