summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-10-14 18:08:53 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-10-14 18:08:53 +0000
commitcaaff34c87ae60063c8486347ad2946ae978776a (patch)
tree826af22902f7b3645fc48a3772e16e4215dcc0d6
parentb37d8f894cf4dcabbeb531bdb7ae08a9f7cd2018 (diff)
downloadxine-lib-caaff34c87ae60063c8486347ad2946ae978776a.tar.gz
xine-lib-caaff34c87ae60063c8486347ad2946ae978776a.tar.bz2
For consistancy with other platforms, and Stefan Reinauer's xine-ui
configure.in patch, the processor type in checked including a hyphen. CVS patchset: 805 CVS date: 2001/10/14 18:08:53
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e1322a14e..830e14553 100644
--- a/configure.in
+++ b/configure.in
@@ -573,13 +573,13 @@ case "$host_or_hostalias" in
AC_DEFINE(FPM_DEFAULT)
;;
- ia64*)
+ ia64-*)
GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O3"
DEBUG_CFLAGS="$DEBUG_CFLAGS -O3"
AC_DEFINE(FPM_64BIT)
;;
- s390*)
+ s390-*)
GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O3"
DEBUG_CFLAGS="$DEBUG_CFLAGS -O3"
AC_DEFINE(FPM_DEFAULT)