aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOystein Eftevaag2009-03-19 20:53:33 +0000
committerOystein Eftevaag2009-03-19 20:53:33 +0000
commit4367d1c184ebdebb4cc5ed22d09a1c3209530212 (patch)
tree6ce3f5d95d88dd6b7a225fa787bf33694c98c6f0 /configure
parent1301de37956947ec0dcd5b47bc29ec9fd027c8a3 (diff)
downloadscummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.tar.gz
scummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.tar.bz2
scummvm-rg350-4367d1c184ebdebb4cc5ed22d09a1c3209530212.zip
Whitespace fix
svn-id: r39538
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9f3d9bc08d..e208954601 100755
--- a/configure
+++ b/configure
@@ -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`
;;