changeset 6767:624bcb480006 jdk8-b82

8010030: Allow configure to detect if EC implementation is present Reviewed-by: andrew, dholmes
author omajid
date Mon, 18 Mar 2013 10:46:49 -0400
parents f282190e931a
children cdcd4512c6f1 6782f2c46bca
files makefiles/CompileNativeLibraries.gmk
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/CompileNativeLibraries.gmk	Thu Mar 14 19:26:02 2013 -0700
+++ b/makefiles/CompileNativeLibraries.gmk	Mon Mar 18 10:46:49 2013 -0400
@@ -2665,11 +2665,8 @@
 
 ##########################################################################################
 
-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