make/autoconf/jdk-options.m4
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 47255 181dc03e0be7
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
   256 #
   256 #
   257 AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
   257 AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC],
   258 [
   258 [
   259   AC_MSG_CHECKING([if elliptic curve crypto implementation is present])
   259   AC_MSG_CHECKING([if elliptic curve crypto implementation is present])
   260 
   260 
   261   if test -d "${SRC_ROOT}/jdk/src/jdk.crypto.ec/share/native/libsunec/impl"; then
   261   if test -d "${TOPDIR}/src/jdk.crypto.ec/share/native/libsunec/impl"; then
   262     ENABLE_INTREE_EC=true
   262     ENABLE_INTREE_EC=true
   263     AC_MSG_RESULT([yes])
   263     AC_MSG_RESULT([yes])
   264   else
   264   else
   265     ENABLE_INTREE_EC=false
   265     ENABLE_INTREE_EC=false
   266     AC_MSG_RESULT([no])
   266     AC_MSG_RESULT([no])