8004842: Unify values of boolean make variables set in configure to true/false
Reviewed-by: erikj
This commit is contained in:
parent
549639b462
commit
a8cfcde74f
@ -53,7 +53,7 @@ endif
|
||||
|
||||
################################################################################
|
||||
|
||||
ifneq ($(BUILD_CRYPTO), no)
|
||||
ifneq ($(BUILD_CRYPTO), false)
|
||||
BUILD_LIBKRB5_NAME :=
|
||||
ifeq ($(OPENJDK_TARGET_OS), windows)
|
||||
BUILD_LIBKRB5_NAME := w2k_lsa_auth
|
||||
|
@ -27,7 +27,7 @@ include LibCommon.gmk
|
||||
|
||||
################################################################################
|
||||
|
||||
ifeq ($(ENABLE_INTREE_EC), yes)
|
||||
ifeq ($(ENABLE_INTREE_EC), true)
|
||||
|
||||
LIBSUNEC_SRC := $(JDK_TOPDIR)/src/jdk.crypto.ec/share/native/libsunec
|
||||
BUILD_LIBSUNEC_FLAGS := $(addprefix -I, $(SUNEC_SRC))
|
||||
|
Loading…
x
Reference in New Issue
Block a user