Commit ea061af1 authored by Diego Biurrun's avatar Diego Biurrun

configure: formatting cosmetics

parent c9aab8a1
...@@ -1967,13 +1967,17 @@ do_random(){ ...@@ -1967,13 +1967,17 @@ do_random(){
for opt do for opt do
optval="${opt#*=}" optval="${opt#*=}"
case "$opt" in case "$opt" in
--extra-ldflags=*) add_ldflags $optval --extra-ldflags=*)
add_ldflags $optval
;; ;;
--extra-libs=*) add_extralibs $optval --extra-libs=*)
add_extralibs $optval
;; ;;
--disable-devices) disable $INDEV_LIST $OUTDEV_LIST --disable-devices)
disable $INDEV_LIST $OUTDEV_LIST
;; ;;
--enable-debug=*) debuglevel="$optval" --enable-debug=*)
debuglevel="$optval"
;; ;;
--disable-programs) --disable-programs)
disable $PROGRAM_LIST disable $PROGRAM_LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment