Kaydet (Commit) 74cb90c9 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

pgsql: MSVC build use MozLDAP headers only when using MozLDAP

üst e409c520
......@@ -56,11 +56,11 @@ CONFIGURE_DIR=.
BUILD_DIR=src
CONFIGURE_ACTION =
SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap
BUILD_ACTION = nmake -f win32.mak USE_SSL=1
.IF "$(WITH_LDAP)" == "YES"
BUILD_ACTION += USE_LDAP=1
.IF "$(WITH_OPENLDAP)" != "YES"
SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap
BUILD_ACTION += USE_MOZLDAP=1
.ENDIF
.ENDIF # "$(WITH_LDAP)" == "YES"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment