make/autoconf/configure.ac
changeset 48681 2e2551c38484
parent 47479 77a5f2ef1807
child 48743 ba52fa7bbf14
--- a/make/autoconf/configure.ac	Thu Jan 25 15:18:13 2018 -0800
+++ b/make/autoconf/configure.ac	Mon Jan 29 17:08:12 2018 -0800
@@ -280,6 +280,9 @@
 # This needs to be done after CUSTOM_LATE_HOOK since we can setup custom features.
 HOTSPOT_VALIDATE_JVM_FEATURES
 
+# Did user specify any unknown variables?
+BASIC_CHECK_LEFTOVER_OVERRIDDEN
+
 # We're messing a bit with internal autoconf variables to put the config.status
 # in the output directory instead of the current directory.
 CONFIG_STATUS="$CONFIGURESUPPORT_OUTPUTDIR/config.status"