common/autoconf/generated-configure.sh
changeset 15914 1338d1e0e058
parent 15912 bdd2262aaca1
child 15915 caa9b4e63aab
equal deleted inserted replaced
15913:e505e54df5ed 15914:1338d1e0e058
   610 SJAVAC_SERVER_CORES
   610 SJAVAC_SERVER_CORES
   611 SJAVAC_SERVER_JAVA
   611 SJAVAC_SERVER_JAVA
   612 JOBS
   612 JOBS
   613 MEMORY_SIZE
   613 MEMORY_SIZE
   614 NUM_CORES
   614 NUM_CORES
       
   615 ENABLE_INTREE_EC
   615 SALIB_NAME
   616 SALIB_NAME
   616 HOTSPOT_MAKE_ARGS
   617 HOTSPOT_MAKE_ARGS
   617 FIXPATH
   618 FIXPATH
   618 LIBCXX
   619 LIBCXX
   619 STATIC_CXX_SETTING
   620 STATIC_CXX_SETTING
  3750 # definitions. It is replaced with custom functionality when building
  3751 # definitions. It is replaced with custom functionality when building
  3751 # custom sources.
  3752 # custom sources.
  3752 #CUSTOM_AUTOCONF_INCLUDE
  3753 #CUSTOM_AUTOCONF_INCLUDE
  3753 
  3754 
  3754 # Do not change or remove the following line, it is needed for consistency checks:
  3755 # Do not change or remove the following line, it is needed for consistency checks:
  3755 DATE_WHEN_GENERATED=1363150186
  3756 DATE_WHEN_GENERATED=1363617192
  3756 
  3757 
  3757 ###############################################################################
  3758 ###############################################################################
  3758 #
  3759 #
  3759 # Initialization / Boot-strapping
  3760 # Initialization / Boot-strapping
  3760 #
  3761 #
 10784 fi
 10785 fi
 10785 
 10786 
 10786 
 10787 
 10787 ###############################################################################
 10788 ###############################################################################
 10788 #
 10789 #
       
 10790 # Enable or disable the elliptic curve crypto implementation
       
 10791 #
       
 10792 
       
 10793 
       
 10794 ###############################################################################
       
 10795 #
 10789 # Compress jars
 10796 # Compress jars
 10790 #
 10797 #
 10791 COMPRESS_JARS=false
 10798 COMPRESS_JARS=false
 10792 
 10799 
 10793 
 10800 
 31687 
 31694 
 31688 # The name of the Service Agent jar.
 31695 # The name of the Service Agent jar.
 31689 SALIB_NAME="${LIBRARY_PREFIX}saproc${SHARED_LIBRARY_SUFFIX}"
 31696 SALIB_NAME="${LIBRARY_PREFIX}saproc${SHARED_LIBRARY_SUFFIX}"
 31690 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
 31697 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
 31691   SALIB_NAME="${LIBRARY_PREFIX}sawindbg${SHARED_LIBRARY_SUFFIX}"
 31698   SALIB_NAME="${LIBRARY_PREFIX}sawindbg${SHARED_LIBRARY_SUFFIX}"
       
 31699 fi
       
 31700 
       
 31701 
       
 31702 
       
 31703 
       
 31704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if elliptic curve crypto implementation is present" >&5
       
 31705 $as_echo_n "checking if elliptic curve crypto implementation is present... " >&6; }
       
 31706 
       
 31707 if test -d "${SRC_ROOT}/jdk/src/share/native/sun/security/ec/impl"; then
       
 31708     ENABLE_INTREE_EC=yes
       
 31709     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
       
 31710 $as_echo "yes" >&6; }
       
 31711 else
       
 31712     ENABLE_INTREE_EC=no
       
 31713     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
       
 31714 $as_echo "no" >&6; }
 31692 fi
 31715 fi
 31693 
 31716 
 31694 
 31717 
 31695 
 31718 
 31696 
 31719