--- ffmpeg-export-2006-12-04/configure.orig 2006-12-09 15:54:35.240089000 +0100 +++ ffmpeg-export-2006-12-04/configure 2006-12-09 15:59:15.528061817 +0100 @@ -311,7 +311,7 @@ check_ld(){ log check_ld "$@" check_cc || return - check_cmd $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs + check_cmd $cc $LDFLAGS -o $TMPE $TMPO "$@" $extralibs } check_cflags(){