Module: wine Branch: master Commit: 8bfb81dbf64e248e9aa183fb9dccccbb8251af40 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bfb81dbf64e248e9aa183fb9d...
Author: André Hentschel nerv@dawncrow.de Date: Tue Apr 19 19:36:01 2011 +0200
configure: Remove Alpha check.
---
configure | 26 -------------------------- configure.ac | 1 - 2 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/configure b/configure index 0e6dea4..12783b3 100755 --- a/configure +++ b/configure @@ -14422,32 +14422,6 @@ if test $ac_cv_cpp_def___x86_64__ = yes; then : CFLAGS="$CFLAGS -D__x86_64__" LINTFLAGS="$LINTFLAGS -D__x86_64__" fi ;; - *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5 -$as_echo_n "checking whether we need to define __ALPHA__... " >&6; } -if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifndef __ALPHA__ -yes -#endif -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "yes" >/dev/null 2>&1; then : - ac_cv_cpp_def___ALPHA__=yes -else - ac_cv_cpp_def___ALPHA__=no -fi -rm -f conftest* - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5 -$as_echo "$ac_cv_cpp_def___ALPHA__" >&6; } -if test $ac_cv_cpp_def___ALPHA__ = yes; then : - CFLAGS="$CFLAGS -D__ALPHA__" - LINTFLAGS="$LINTFLAGS -D__ALPHA__" -fi ;; *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5 $as_echo_n "checking whether we need to define __sparc__... " >&6; } if test "${ac_cv_cpp_def___sparc__+set}" = set; then : diff --git a/configure.ac b/configure.ac index 6047744..2b92883 100644 --- a/configure.ac +++ b/configure.ac @@ -2332,7 +2332,6 @@ dnl *** check for the need to define platform-specific symbols case $host_cpu in *i[[3456789]]86*) WINE_CHECK_DEFINE([__i386__]) ;; *x86_64*) WINE_CHECK_DEFINE([__x86_64__]) ;; - *alpha*) WINE_CHECK_DEFINE([__ALPHA__]) ;; *sparc*) WINE_CHECK_DEFINE([__sparc__]) ;; *powerpc*) WINE_CHECK_DEFINE([__powerpc__]) ;; esac