[Ffmpeg-cvslog] r5465 - trunk/configure

mru subversion
Sun Jun 11 01:37:39 CEST 2006


Author: mru
Date: Sun Jun 11 01:37:38 2006
New Revision: 5465

Modified:
   trunk/configure

Log:
10l to myself for being overzealous with $cross_prefix


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jun 11 01:37:38 2006
@@ -129,12 +129,12 @@
 
 check_cc(){
     cat >$TMPC
-    ${cross_prefix}$cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
+    $cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
 }
 
 check_ld(){
     cat >$TMPC
-    ${cross_prefix}$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
+    $cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
 }
 
 check_cflags(){




More information about the ffmpeg-cvslog mailing list