# HG changeset patch # User omajid # Date 1363618009 14400 # Node ID 744dd8193801f5a82a114928f89d06aa5db9272e # Parent 1ee796f45a7fe337f4d0991d18ae331ac584aefe 8010030: Allow configure to detect if EC implementation is present Reviewed-by: andrew, dholmes diff -r 1ee796f45a7f -r 744dd8193801 jdk/makefiles/CompileNativeLibraries.gmk --- a/jdk/makefiles/CompileNativeLibraries.gmk Thu Mar 14 19:26:02 2013 -0700 +++ b/jdk/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