From 11e6d03a9d06420a5344326ee448de6778d02d8e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Jan 2009 01:42:00 +0000 Subject: [PATCH] alphabetical ordering cosmetics Originally committed as revision 16461 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 8706c085de..124e378978 100755 --- a/configure +++ b/configure @@ -1103,15 +1103,15 @@ mandir_default='${prefix}/share/man' shlibdir_default="$libdir_default" # toolchain +ar="ar" cc_default="gcc" host_cc_default="gcc" -yasmexe="yasm" -ar="ar" +ln_s="ln -sf" nm_default="nm" +objformat="elf" ranlib="ranlib" strip="strip" -ln_s="ln -sf" -objformat="elf" +yasmexe="yasm" # machine arch=`uname -m` @@ -1272,12 +1272,12 @@ set >> $logfile test -n "$cross_prefix" && enable cross_compile -cc_default="${cross_prefix}${cc_default}" -yasmexe="${cross_prefix}${yasmexe}" ar="${cross_prefix}${ar}" +cc_default="${cross_prefix}${cc_default}" nm_default="${cross_prefix}${nm_default}" ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" +yasmexe="${cross_prefix}${yasmexe}" set_default cc nm enabled cross_compile || host_cc_default=$cc