8004842: Unify values of boolean make variables set in configure to true/false

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2017-02-03 15:20:19 +01:00
parent 549639b462
commit a8cfcde74f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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))