diff --git a/configure b/configure index edcb679fa6..bde547c180 100755 --- a/configure +++ b/configure @@ -2289,6 +2289,34 @@ if test "$_runtime_cpudetection" = yes ; then fi +# endian testing +echocheck "byte order" +if test "$_big_endian" = auto ; then + cat > $TMPC < $TMPC << EOF int ff_extern; @@ -7449,32 +7477,6 @@ else fi echores "$_vstream" -# endian testing -echocheck "byte order" -if test "$_big_endian" = auto ; then - cat > $TMPC <