summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2001-09-16 16:59:13 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2001-09-16 16:59:13 +0000
commitf910f049659920ab3d11fbeabe7747a2993a7528 (patch)
tree53425af3f3e502873658b1c65aa08243b678e418
parent9bccc2ab451d24e0b1253c6cd17e6cbced589345 (diff)
downloadxine-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.h2
-rw-r--r--configure.in2
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)
;;
*)