4a03c98850
- Don't run autotools during build.
23 lines
728 B
Diff
23 lines
728 B
Diff
--- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300
|
|
+++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200
|
|
@@ -107,7 +107,7 @@
|
|
|
|
DEBUG_CFLAGS="-O $DEBUG_CFLAGS"
|
|
|
|
- if test x"$sarchopt" != "xno"; then
|
|
+ if false ; then
|
|
archopt_val=
|
|
|
|
case "$host_or_hostalias" in
|
|
--- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200
|
|
+++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200
|
|
@@ -46971,7 +46971,7 @@
|
|
|
|
DEBUG_CFLAGS="-O $DEBUG_CFLAGS"
|
|
|
|
- if test x"$sarchopt" != "xno"; then
|
|
+ if false ; then
|
|
archopt_val=
|
|
|
|
case "$host_or_hostalias" in
|