From 538ff5193dc6a9192103769494f98ba98c7dd859 Mon Sep 17 00:00:00 2001 From: omajid Date: Mon, 18 Mar 2013 10:46:49 -0400 Subject: [PATCH] 8010030: Allow configure to detect if EC implementation is present Reviewed-by: andrew, dholmes --- makefiles/CompileNativeLibraries.gmk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/makefiles/CompileNativeLibraries.gmk b/makefiles/CompileNativeLibraries.gmk index 9df22fe8b..4c5d8dab8 100644 --- a/makefiles/CompileNativeLibraries.gmk +++ b/makefiles/CompileNativeLibraries.gmk @@ -2665,11 +2665,8 @@ BUILD_LIBRARIES += $(BUILD_LIBJ2PKCS11) ########################################################################################## -ifndef DISABLE_INTREE_EC -# -# TODO Set DISABLE_INTREE_EC in configure if src/share/native/sun/security/ec/impl -# is not present -# +ifeq ($(ENABLE_INTREE_EC),yes) + BUILD_LIBSUNEC_FLAGS:= -I$(JDK_TOPDIR)/src/share/native/sun/security/ec \ -I$(JDK_TOPDIR)/src/share/native/sun/security/ec/impl -- GitLab