]> git.pld-linux.org Git - packages/xine-ui.git/blob - xine-ui-configure.patch
- updated to 0.99.1, updated pl.po patch, removed obsolete system-readline patch
[packages/xine-ui.git] / xine-ui-configure.patch
1 diff -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.025595 seconds and 3 git commands to generate.