diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2001-09-16 16:59:13 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2001-09-16 16:59:13 +0000 |
commit | f910f049659920ab3d11fbeabe7747a2993a7528 (patch) | |
tree | 53425af3f3e502873658b1c65aa08243b678e418 | |
parent | 9bccc2ab451d24e0b1253c6cd17e6cbced589345 (diff) | |
download | xine-lib-f910f049659920ab3d11fbeabe7747a2993a7528.tar.gz xine-lib-f910f049659920ab3d11fbeabe7747a2993a7528.tar.bz2 |
se default fpm routines on m68k. Hope that works...
CVS patchset: 644
CVS date: 2001/09/16 16:59:13
-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) ;; *) |