Fix 10L in configure.

sdt
Kieran Kunhya 2011-01-26 20:27:02 +00:00
rodzic 097953cadf
commit f2ace59bca
1 zmienionych plików z 2 dodań i 2 usunięć

4
configure vendored
Wyświetl plik

@ -129,8 +129,8 @@ for opt do
--enable-pic) --enable-pic)
pic="yes" pic="yes"
;; ;;
--enable-shared) --disable-shared)
shared="yes" shared="no"
;; ;;
--host=*) --host=*)
host="${opt#--host=}" host="${opt#--host=}"