diff options
author | Rene Engelhard <rene@debian.org> | 2019-02-10 11:10:27 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2019-02-10 11:10:27 +0100 |
commit | 05bcc58408f5969bbab42dee66c6dc97ee63bd73 (patch) | |
tree | 9dfe16e7d75c487d7c43bf6032c28df69660c601 | |
parent | b92813d9b8b09604ecf7a9adc60f360f3bde140d (diff) |
fix comment
LDAP support is mainly for ldapbe (LDAP configuration backend), the
libpq one is just a by-product... so "in Base" is wrong
Change-Id: I342e579b5a832f6a4722499da3f0f1c35f4c0a5d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35c7e02d36d1..4881270656da 100644 --- a/configure.ac +++ b/configure.ac @@ -9220,7 +9220,7 @@ fi AC_SUBST(SYSTEM_ODBC_HEADERS) dnl =================================================================== -dnl Enable LDAP support in Base +dnl Enable LDAP support dnl =================================================================== if test "$_os" != "WINNT" -a "$_os" != "iOS" -a "$_os" != "Android"; then |