common/autoconf/generated-configure.sh

changeset 656
e2057191f6da
parent 654
22b9a31a92eb
child 657
29153d0df68f
     1.1 --- a/common/autoconf/generated-configure.sh	Thu Mar 14 19:33:24 2013 -0700
     1.2 +++ b/common/autoconf/generated-configure.sh	Mon Mar 18 10:47:37 2013 -0400
     1.3 @@ -612,6 +612,7 @@
     1.4  JOBS
     1.5  MEMORY_SIZE
     1.6  NUM_CORES
     1.7 +ENABLE_INTREE_EC
     1.8  SALIB_NAME
     1.9  HOTSPOT_MAKE_ARGS
    1.10  FIXPATH
    1.11 @@ -3752,7 +3753,7 @@
    1.12  #CUSTOM_AUTOCONF_INCLUDE
    1.13  
    1.14  # Do not change or remove the following line, it is needed for consistency checks:
    1.15 -DATE_WHEN_GENERATED=1363150186
    1.16 +DATE_WHEN_GENERATED=1363617192
    1.17  
    1.18  ###############################################################################
    1.19  #
    1.20 @@ -10786,6 +10787,12 @@
    1.21  
    1.22  ###############################################################################
    1.23  #
    1.24 +# Enable or disable the elliptic curve crypto implementation
    1.25 +#
    1.26 +
    1.27 +
    1.28 +###############################################################################
    1.29 +#
    1.30  # Compress jars
    1.31  #
    1.32  COMPRESS_JARS=false
    1.33 @@ -31694,6 +31701,22 @@
    1.34  
    1.35  
    1.36  
    1.37 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if elliptic curve crypto implementation is present" >&5
    1.38 +$as_echo_n "checking if elliptic curve crypto implementation is present... " >&6; }
    1.39 +
    1.40 +if test -d "${SRC_ROOT}/jdk/src/share/native/sun/security/ec/impl"; then
    1.41 +    ENABLE_INTREE_EC=yes
    1.42 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    1.43 +$as_echo "yes" >&6; }
    1.44 +else
    1.45 +    ENABLE_INTREE_EC=no
    1.46 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    1.47 +$as_echo "no" >&6; }
    1.48 +fi
    1.49 +
    1.50 +
    1.51 +
    1.52 +
    1.53  ###############################################################################
    1.54  #
    1.55  # Configure parts of the build that only affect the build performance,

mercurial