[1/2] configure: Remove Alpha check

André Hentschel nerv at dawncrow.de
Tue Apr 19 12:36:01 CDT 2011


---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list