jdk/makefiles/CompileNativeLibraries.gmk
changeset 16129 744dd8193801
parent 16127 2b9ee77336a8
child 16512 024da1ae4667
child 16472 91737e09a234
--- 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