diff options
author | Oystein Eftevaag | 2009-03-19 20:53:33 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-03-19 20:53:33 +0000 |
commit | 4367d1c184ebdebb4cc5ed22d09a1c3209530212 (patch) | |
tree | 6ce3f5d95d88dd6b7a225fa787bf33694c98c6f0 /configure | |
parent | 1301de37956947ec0dcd5b47bc29ec9fd027c8a3 (diff) | |
download | scummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.tar.gz scummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.tar.bz2 scummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.zip |
Whitespace fix
svn-id: r39538
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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` ;; |