common/autoconf/generated-configure.sh

changeset 656
e2057191f6da
parent 654
22b9a31a92eb
child 657
29153d0df68f
equal deleted inserted replaced
655:a69761ae281b 656:e2057191f6da
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

mercurial