# HG changeset patch # User diego # Date 1170201030 0 # Node ID ff1a692bb32c2eb0aa6d41f4ae0bde9fadda34c8 # Parent 364154fec05273a1174ae8a3051dc839e1231565 cosmetics: consistent formatting diff -r 364154fec052 -r ff1a692bb32c configure --- a/configure Tue Jan 30 23:35:52 2007 +0000 +++ b/configure Tue Jan 30 23:50:30 2007 +0000 @@ -660,12 +660,8 @@ --as=*) _as=`echo $ac_option | cut -d '=' -f 2` ;; - --enable-gcc-check) - _gcc_check=yes - ;; - --disable-gcc-check) - _gcc_check=no - ;; + --enable-gcc-check) _gcc_check=yes ;; + --disable-gcc-check) _gcc_check=no ;; --enable-static) _ld_static='-static' ;; @@ -687,18 +683,10 @@ --extra-libs-mencoder=*) _libs_mencoder=`echo $ac_option | cut -d '=' -f 2` ;; - --enable-runtime-cpudetection) - _runtime_cpudetection=yes - ;; - --disable-runtime-cpudetection) - _runtime_cpudetection=no - ;; - --enable-cross-compile) - _cross_compile=yes - ;; - --disable-cross-compile) - _cross_compile=no - ;; + --enable-runtime-cpudetection) _runtime_cpudetection=yes ;; + --disable-runtime-cpudetection) _runtime_cpudetection=no ;; + --enable-cross-compile) _cross_compile=yes ;; + --disable-cross-compile) _cross_compile=no ;; --with-install=*) _install=`echo $ac_option | cut -d '=' -f 2 ` ;; @@ -1066,18 +1054,10 @@ _realcodecsdir=`echo $ac_option | cut -d '=' -f 2` ;; - --enable-crash-debug) - _crash_debug=yes - ;; - --disable-crash-debug) - _crash_debug=no - ;; - --enable-sighandler) - _sighandler=yes - ;; - --disable-sighandler) - _sighandler=no - ;; + --enable-crash-debug) _crash_debug=yes ;; + --disable-crash-debug) _crash_debug=no ;; + --enable-sighandler) _sighandler=yes ;; + --disable-sighandler) _sighandler=no ;; --enable-sse) _sse=yes ;; --disable-sse) _sse=no ;;