mt32 disabled for aarch64 by default fix

This commit is contained in:
troydm
2023-07-23 12:27:49 +03:00
parent d8c1d83c04
commit c0bc2851e6

View File

@@ -858,6 +858,10 @@ if test x$enable_mt32 = xyes ; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
AC_DEFINE(C_MT32,1) AC_DEFINE(C_MT32,1)
;; ;;
aarch64)
AC_MSG_RESULT(yes)
AC_DEFINE(C_MT32,1)
;;
*) *)
enable_mt32=no enable_mt32=no
AC_MSG_RESULT(no) AC_MSG_RESULT(no)