changeset 1733:106c06398f7a jdk9-b92

8141574: recent change for 8141543 breaks all builds Reviewed-by: darcy
author erikj
date Thu, 05 Nov 2015 23:25:33 +0100
parents c26f2d9906cd
children 0f0a47b76da7 1b358a99109d 09d04e9badce
files common/autoconf/flags.m4 common/autoconf/generated-configure.sh
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/flags.m4	Thu Nov 05 13:41:33 2015 -0800
+++ b/common/autoconf/flags.m4	Thu Nov 05 23:25:33 2015 +0100
@@ -945,9 +945,9 @@
 
   if test "x$WARNINGS_AS_ERRORS" = "xfalse"; then
     # Set legacy hotspot variable
-    HOTSPOT_SET_WARNINGS_AS_ERRORS=WARNINGS_ARE_ERRORS=
+    HOTSPOT_SET_WARNINGS_AS_ERRORS="WARNINGS_ARE_ERRORS="
   else
-    HOTSPOT_SET_WARNINGS_AS_ERRORS=
+    HOTSPOT_SET_WARNINGS_AS_ERRORS=""
   fi
 
   AC_SUBST(WARNINGS_AS_ERRORS)
--- a/common/autoconf/generated-configure.sh	Thu Nov 05 13:41:33 2015 -0800
+++ b/common/autoconf/generated-configure.sh	Thu Nov 05 23:25:33 2015 +0100
@@ -4598,7 +4598,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1446741156
+DATE_WHEN_GENERATED=1446762265
 
 ###############################################################################
 #
@@ -45140,9 +45140,9 @@
 
   if test "x$WARNINGS_AS_ERRORS" = "xfalse"; then
     # Set legacy hotspot variable
-    HOTSPOT_SET_WARNINGS_AS_ERRORS=WARNINGS_ARE_ERRORS=
-  else
-    HOTSPOT_SET_WARNINGS_AS_ERRORS=
+    HOTSPOT_SET_WARNINGS_AS_ERRORS="WARNINGS_ARE_ERRORS="
+  else
+    HOTSPOT_SET_WARNINGS_AS_ERRORS=""
   fi