equal
deleted
inserted
replaced
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 # |