summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postgresql/makefile.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 6b687b40d13f..6f2931e66d24 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -60,10 +60,9 @@ BUILD_DIR=src/interfaces/libpq
CONFIGURE_ACTION = CPPFLAGS=-I$(SOLARVER)$/$(INPATH)$/inc ./configure --without-readline --disable-shared --with-openssl
.IF "$(WITH_LDAP)" == "YES"
CONFIGURE_ACTION += --with-ldap
-.ENDIF
.IF "$(WITH_OPENLDAP)" != "YES"
CONFIGURE_ACTION += --with-mozldap
-.ELSE
+.ENDIF
.ENDIF
BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) all-static-lib
.ENDIF