common/autoconf/generated-configure.sh

Print this page

        

*** 610,619 **** --- 610,620 ---- SJAVAC_SERVER_CORES SJAVAC_SERVER_JAVA JOBS MEMORY_SIZE NUM_CORES + ENABLE_INTREE_EC SALIB_NAME HOTSPOT_MAKE_ARGS FIXPATH LIBCXX STATIC_CXX_SETTING
*** 3749,3759 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1363150186 ############################################################################### # # Initialization / Boot-strapping # --- 3750,3760 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1363288091 ############################################################################### # # Initialization / Boot-strapping #
*** 10783,10792 **** --- 10784,10799 ---- fi ############################################################################### # + # Enable or disable the elliptic curve crypto implementation + # + + + ############################################################################### + # # Compress jars # COMPRESS_JARS=false
*** 31668,31677 **** --- 31675,31700 ---- fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if elliptic curve crypto implementation is present" >&5 + $as_echo_n "checking if elliptic curve crypto implementation is present... " >&6; } + + if test -d "${SRC_ROOT}/jdk/src/share/native/sun/security/ec/impl"; then + ENABLE_INTREE_EC=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + else + ENABLE_INTREE_EC=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } + fi + + + + ############################################################################### # # Configure parts of the build that only affect the build performance, # not the result. #