[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 18 20:24:28 UTC 2020
configure.ac | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e9d1f939bd0d8ff0189146176c709e35c3de6630
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Feb 18 16:54:51 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Feb 18 21:23:47 2020 +0100
Remove unused HAVE_FEATURE_LDAP
It was introduced with 6776c53b7ce2e431d8636f4e5a755f50f787ec8f "Make LDAP
support optional", but it appears that it has been unused right from the start.
Change-Id: Ia4afe23433c42e279a36a030bd661b26da72735e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88945
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/configure.ac b/configure.ac
index 8df6019cbea1..60ece7a9af17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9638,7 +9638,6 @@ AC_MSG_CHECKING([whether to enable LDAP support])
else
AC_MSG_RESULT([yes])
ENABLE_LDAP="TRUE"
- AC_DEFINE(HAVE_FEATURE_LDAP)
fi
fi
AC_SUBST(ENABLE_LDAP)
More information about the Libreoffice-commits
mailing list