Kaydet (Commit) 069fa157 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

postgresql on MS Windows: use MozLDAP only if enabled

üst 9648045a
...@@ -56,8 +56,14 @@ BUILD_DIR=src ...@@ -56,8 +56,14 @@ BUILD_DIR=src
CONFIGURE_ACTION = CONFIGURE_ACTION =
SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap
BUILD_ACTION = nmake -f win32.mak USE_SSL=1 USE_LDAP=1 USE_MOZLDAP=1 BUILD_ACTION = nmake -f win32.mak USE_SSL=1
.ELSE .IF "$(WITH_LDAP)" == "YES"
BUILD_ACTION += USE_LDAP=1
.IF "$(WITH_OPENLDAP)" != "YES"
BUILD_ACTION += USE_MOZLDAP=1
.ENDIF
.ENDIF # "$(WITH_LDAP)" == "YES"
.ELSE #"$(GUI)$(COM)"!="WNTMSC"
CONFIGURE_DIR=. CONFIGURE_DIR=.
BUILD_DIR=src/interfaces/libpq BUILD_DIR=src/interfaces/libpq
......
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