make/autoconf/hotspot.m4
changeset 51586 eaa569eeb856
parent 51214 67736b4846a0
child 51954 d82660ddd75c
equal deleted inserted replaced
51585:c25f6c562bf5 51586:eaa569eeb856
   515   AC_SUBST(JVM_FEATURES_zero)
   515   AC_SUBST(JVM_FEATURES_zero)
   516   AC_SUBST(JVM_FEATURES_custom)
   516   AC_SUBST(JVM_FEATURES_custom)
   517 
   517 
   518   # Used for verification of Makefiles by check-jvm-feature
   518   # Used for verification of Makefiles by check-jvm-feature
   519   AC_SUBST(VALID_JVM_FEATURES)
   519   AC_SUBST(VALID_JVM_FEATURES)
   520 
       
   521   # We don't support --with-jvm-interpreter anymore, use zero instead.
       
   522   BASIC_DEPRECATED_ARG_WITH(jvm-interpreter)
       
   523 ])
   520 ])
   524 
   521 
   525 ###############################################################################
   522 ###############################################################################
   526 # Finalize JVM features once all setup is complete, including custom setup.
   523 # Finalize JVM features once all setup is complete, including custom setup.
   527 #
   524 #