libdrawtext
diff configure @ 55:59e5858de836
fixed a bug in utf-8 decoding
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Thu, 15 Sep 2011 23:32:39 +0300 |
parents | bfe431dd1d80 |
children | df6d52b36bd6 |
line diff
1.1 --- a/configure Thu Sep 15 13:56:54 2011 +0300 1.2 +++ b/configure Thu Sep 15 23:32:39 2011 +0300 1.3 @@ -9,7 +9,6 @@ 1.4 case $1 in 1.5 --prefix=*) 1.6 prefix=`echo $1 | sed 's/^--prefix=//'` 1.7 - shift 1.8 ;; 1.9 --enable-opt) 1.10 opt=true 1.11 @@ -30,6 +29,7 @@ 1.12 use_ft2=false 1.13 ;; 1.14 esac 1.15 + shift 1.16 done 1.17 1.18 echo 'Configuring libdrawtext...'