From: filon Date: Wed, 12 Sep 2001 17:50:31 +0000 (+0000) Subject: correct checking of architecture in configure.in X-Git-Tag: xine-ui-0_9_2-1~10 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=f966498ca17900743651ac2444a80ae07ee14f99;p=packages%2Fxine-ui.git correct checking of architecture in configure.in Changed files: xine-ui-configure.patch -> 1.1 --- diff --git a/xine-ui-configure.patch b/xine-ui-configure.patch new file mode 100644 index 0000000..f6b56ff --- /dev/null +++ b/xine-ui-configure.patch @@ -0,0 +1,21 @@ +diff -urN xine-ui-0.5.3/configure.in xine-ui-0.5.3.new/configure.in +--- xine-ui-0.5.3/configure.in Wed Sep 5 03:13:28 2001 ++++ xine-ui-0.5.3.new/configure.in Wed Sep 12 19:16:21 2001 +@@ -305,7 +305,7 @@ + ;; + *) + dnl Set the appropriate architecture define +- case "$host_alias" in ++ case "$host" in + i?86-* | k?-* | athlon-*) dnl catch i386,i486,i586,i686,k6,k7 + + dnl Check for gcc cpu optimization support +@@ -328,7 +328,7 @@ + dnl enable x86 specific parts of the code + + if test x"$sarchopt" != "xno"; then +- [case "$host_alias" in ++ [case "$host" in + i386-*) # *BSD return this even on a P III #-)) + GLOBAL_CFLAGS="$GLOBAL_CFLAGS $sarchopt=i386" + DEBUG_CFLAGS="$DEBUG_CFLAGS $sarchopt=i386"