Whitespace fix

svn-id: r39538
This commit is contained in:
Oystein Eftevaag 2009-03-19 20:53:33 +00:00
parent 1301de3795
commit 4367d1c184

6
configure vendored
View File

@ -785,9 +785,9 @@ for ac_option in $@; do
arg=`echo $ac_option | cut -d '=' -f 2`
_nasmpath="$arg:$arg/bin"
;;
--with-staticlib-prefix=*)
_staticlibpath=`echo $ac_option | cut -d '=' -f 2`
;;
--with-staticlib-prefix=*)
_staticlibpath=`echo $ac_option | cut -d '=' -f 2`
;;
--host=*)
_host=`echo $ac_option | cut -d '=' -f 2`
;;