< prev index next >

common/autoconf/generated-configure.sh

Print this page
rev 2417 : 8172094: 8171433 changes in generated-configure should be restored
Reviewed-by:

*** 5168,5178 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1482309967 ############################################################################### # # Initialization / Boot-strapping # --- 5168,5178 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1482927745 ############################################################################### # # Initialization / Boot-strapping #
*** 52995,53005 **** elif test "x$enable_hotspot_gtest" = "xno"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, forced" >&5 $as_echo "no, forced" >&6; } BUILD_GTEST="false" elif test "x$enable_hotspot_gtest" = "x"; then ! if test "x$GTEST_DIR_EXISTS" = "xtrue" && test "x$OPENJDK_TARGET_OS" != "xaix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } BUILD_GTEST="true" else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --- 52995,53005 ---- elif test "x$enable_hotspot_gtest" = "xno"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, forced" >&5 $as_echo "no, forced" >&6; } BUILD_GTEST="false" elif test "x$enable_hotspot_gtest" = "x"; then ! if test "x$GTEST_DIR_EXISTS" = "xtrue"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } BUILD_GTEST="true" else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
< prev index next >