提交 ea061af1 编写于 作者: D Diego Biurrun

configure: formatting cosmetics

上级 c9aab8a1
......@@ -1967,13 +1967,17 @@ do_random(){
for opt do
optval="${opt#*=}"
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 $PROGRAM_LIST
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册