]> git.pld-linux.org Git - packages/xine-ui.git/blame - xine-ui-configure.patch
- simplification (use --all-name in %%find_lang macro parameters)
[packages/xine-ui.git] / xine-ui-configure.patch
CommitLineData
f966498c 1diff -urN xine-ui-0.5.3/configure.in xine-ui-0.5.3.new/configure.in
2--- xine-ui-0.5.3/configure.in Wed Sep 5 03:13:28 2001
3+++ xine-ui-0.5.3.new/configure.in Wed Sep 12 19:16:21 2001
4@@ -305,7 +305,7 @@
5 ;;
6 *)
7 dnl Set the appropriate architecture define
8- case "$host_alias" in
9+ case "$host" in
10 i?86-* | k?-* | athlon-*) dnl catch i386,i486,i586,i686,k6,k7
11
12 dnl Check for gcc cpu optimization support
13@@ -328,7 +328,7 @@
14 dnl enable x86 specific parts of the code
15
16 if test x"$sarchopt" != "xno"; then
17- [case "$host_alias" in
18+ [case "$host" in
19 i386-*) # *BSD return this even on a P III #-))
20 GLOBAL_CFLAGS="$GLOBAL_CFLAGS $sarchopt=i386"
21 DEBUG_CFLAGS="$DEBUG_CFLAGS $sarchopt=i386"
This page took 0.029575 seconds and 4 git commands to generate.