Fix handling --prefix.

This commit is contained in:
Yann E. MORIN" 2007-07-02 17:47:55 +00:00
parent c84805249c
commit 5a9aeaf7a0

2
configure vendored
View File

@ -15,7 +15,7 @@ get_optval(){
local ret
case "$1" in
--*=?*)
echo "${1:9}"
echo "${1}" |cut -d '=' -f 2-
ret=0
;;
*)