configure: formatting cosmetics
This commit is contained in:
parent
c9aab8a123
commit
ea061af15a
12
configure
vendored
12
configure
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user