From caaff34c87ae60063c8486347ad2946ae978776a Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Sun, 14 Oct 2001 18:08:53 +0000 Subject: 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 --- configure.in | 4 ++-- 1 file 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) -- cgit v1.2.3