common/autoconf/jdk-options.m4
changeset 25854 98ce0879ab4c
parent 25616 5730ea123552
child 26546 2ea705d15f8c
equal deleted inserted replaced
25853:63fbc565bba5 25854:98ce0879ab4c
   412   #
   412   #
   413   AC_ARG_WITH(cacerts-file, [AS_HELP_STRING([--with-cacerts-file],
   413   AC_ARG_WITH(cacerts-file, [AS_HELP_STRING([--with-cacerts-file],
   414       [specify alternative cacerts file])])
   414       [specify alternative cacerts file])])
   415   if test "x$with_cacerts_file" != x; then
   415   if test "x$with_cacerts_file" != x; then
   416     CACERTS_FILE=$with_cacerts_file
   416     CACERTS_FILE=$with_cacerts_file
   417   else
       
   418     CACERTS_FILE=${SRC_ROOT}/jdk/src/share/lib/security/cacerts
       
   419   fi
   417   fi
   420   AC_SUBST(CACERTS_FILE)
   418   AC_SUBST(CACERTS_FILE)
   421 
   419 
   422   ###############################################################################
   420   ###############################################################################
   423   #
   421   #
   439   #
   437   #
   440   AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
   438   AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
   441   [
   439   [
   442     AC_MSG_CHECKING([if elliptic curve crypto implementation is present])
   440     AC_MSG_CHECKING([if elliptic curve crypto implementation is present])
   443 
   441 
   444     if test -d "${SRC_ROOT}/jdk/src/share/native/sun/security/ec/impl"; then
   442     if test -d "${SRC_ROOT}/jdk/src/jdk.crypto.ec/share/native/libsunec/impl"; then
   445       ENABLE_INTREE_EC=yes
   443       ENABLE_INTREE_EC=yes
   446       AC_MSG_RESULT([yes])
   444       AC_MSG_RESULT([yes])
   447     else
   445     else
   448       ENABLE_INTREE_EC=no
   446       ENABLE_INTREE_EC=no
   449       AC_MSG_RESULT([no])
   447       AC_MSG_RESULT([no])