diff options
-rw-r--r-- | acconfig.h | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 591ade575..727a9c7b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -90,6 +90,8 @@ #undef FPM_PPC #undef FPM_SPARC #undef FPM_MIPS +#undef FPM_DEFAULT +/* this one isn't implemented: */ #undef FPM_M68K @BOTTOM@ diff --git a/configure.in b/configure.in index 3160a9c2c..f0c9467d0 100644 --- a/configure.in +++ b/configure.in @@ -546,7 +546,7 @@ case "$host_or_hostalias" in m68k-*) GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O2" DEBUG_CFLAGS="$DEBUG_CFLAGS -O" - AC_DEFINE(FPM_M68K) + AC_DEFINE(FPM_DEFAULT) ;; *) |