Browse Source

simplify ever so slightly

Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
dd9bfb4666
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -1075,7 +1075,7 @@ for opt do
--disable-parsers) disable $PARSER_LIST
;;
--enable-?*|--disable-?*)
eval `echo "${opt#-}" | sed 's/-/action=/;s/-/ option=/;s/-/_/g'`
eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt
$action $option
;;


Loading…
Cancel
Save