Searched refs:with_version_security (Results 1 - 1 of 1) sorted by relevance

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1161 with_version_security
25502 if test "${with_version_security+set}" = set; then :
25503 withval=$with_version_security; with_version_security_present=true
25510 if test "x$with_version_security" = xyes; then
25512 elif test "x$with_version_security" = xno; then
25515 elif test "x$with_version_security" = x; then
25520 if ! [[ "$with_version_security" =~ ^0*([1-9][0-9]*)|(0)$ ]] ; then
25521 as_fn_error $? "\"$with_version_security\" is not a valid numerical value for VERSION_SECURITY" "$LINENO" 5
25531 as_fn_error $? "VERSION_SECURITY is given as $with_version_security. This is greater than 255 which is not allowed." "$LINENO" 5
25533 if test "x$cleaned_value" != "x$with_version_security"; the
[all...]

Completed in 114 milliseconds