8072732: Regression in configure due to JDK-8069057

Reviewed-by: erikj, tbell
This commit is contained in:
Magnus Ihse Bursie 2015-02-11 09:18:49 +01:00
parent 24bc773808
commit a9b617a74b

View File

@ -40,8 +40,9 @@ if test "x$BASH" = x; then
echo "Error: This script must be run using bash." 1>&2
exit 1
fi
# Force autoconf to use bash
# Force autoconf to use bash. This also means we must disable autoconf re-exec.
export CONFIG_SHELL=$BASH
export _as_can_reexec=no
conf_script_dir="$TOPDIR/common/autoconf"