changeset 1319:507654772146

8072732: Regression in configure due to JDK-8069057 Reviewed-by: erikj, tbell
author ihse
date Wed, 11 Feb 2015 09:18:49 +0100
parents ecba02d2d87d
children fcfe20d443ae
files common/autoconf/configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/configure	Tue Feb 10 12:25:44 2015 +0100
+++ b/common/autoconf/configure	Wed Feb 11 09:18:49 2015 +0100
@@ -40,8 +40,9 @@
   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"