From f910f049659920ab3d11fbeabe7747a2993a7528 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 16 Sep 2001 16:59:13 +0000 Subject: se default fpm routines on m68k. Hope that works... CVS patchset: 644 CVS date: 2001/09/16 16:59:13 --- acconfig.h | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) ;; *) -- cgit v1.2.3