Fix non-portable use of expr.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1868 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2006-04-29 23:05:22 +00:00
parent 4dbe19e181
commit a46e4035e2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -167,7 +167,7 @@ else
fi
for opt do
optarg=`expr "$opt" : '[^=]*=\(.*\)'`
optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
case "$opt" in
--help|-h) show_help=yes
;;