diff --git a/configure.in b/configure.in index 305dc4c5..ee8f53c0 100644 --- a/configure.in +++ b/configure.in @@ -86,7 +86,7 @@ AC_ARG_ENABLE(debug,AC_HELP_STRING([--enable-debug],[Enable debug mode]),[ AH_TEMPLATE(C_CORE_INLINE,[Define to 1 to use inlined memory functions in cpu core]) AC_ARG_ENABLE(core-inline,AC_HELP_STRING([--enable-core-inline],[Enable inlined memory handling in CPU Core]),[ if test x$enable_core_inline = xyes ; then - AC_MSG_RESULT([enabling inlined memory handling in CPU Core]), + AC_MSG_RESULT([enabling inlined memory handling in CPU Core]) AC_DEFINE(C_CORE_INLINE,1) fi ],) @@ -94,7 +94,7 @@ AC_ARG_ENABLE(core-inline,AC_HELP_STRING([--enable-core-inline],[Enable inlined AH_TEMPLATE(C_FPU,[Define to 1 to enable floating point emulation]) AC_ARG_ENABLE(fpu,AC_HELP_STRING([--disable-fpu],[Disable FPU support]),[ if test x$enable_fpu = xno ; then - AC_MSG_RESULT([disabling FPU supportd]) + AC_MSG_RESULT([disabling FPU support]) else AC_DEFINE(C_FPU,1) fi