changeset 1428:d22ee7172ab2

8072732: Regression in configure due to JDK-8069057 Reviewed-by: erikj, tbell
author ihse
date Mon, 09 Mar 2015 20:30:23 -0400
parents 0dd73d0f67af
children 281cff475536
files common/autoconf/configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/configure	Mon Mar 09 20:29:10 2015 -0400
+++ b/common/autoconf/configure	Mon Mar 09 20:30:23 2015 -0400
@@ -28,8 +28,9 @@
   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
 
 CONFIGURE_COMMAND_LINE="$@"
 conf_script_dir=`dirname $0`