diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-18 16:54:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-18 21:23:47 +0100 |
commit | e9d1f939bd0d8ff0189146176c709e35c3de6630 (patch) | |
tree | b0f510c2e6c0e737acde464f2a3caefeb0fdd2fb /configure.ac | |
parent | 2ff77d088424bc3f5a8e38ef5c1aa3457d102eca (diff) |
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@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |