Partial rewrite of MMU in C. Gonna finish that later.

This commit is contained in:
yabause 2006-05-02 15:10:27 +00:00
parent 19ac424ee1
commit e27ac8162b
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_LANG(C)
AC_LANG(C++)
AC_C_BIGENDIAN
@ -46,6 +46,8 @@ case $target in
;;
esac
AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, enable debug information) , AC_DEFINE(DEBUG))
AC_CONFIG_FILES([Makefile
src/Makefile
src/gtk/Makefile