allow setting of ranlib from the commandline of configure

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24079 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mhoffman 2007-08-16 12:42:14 +00:00
parent ca359e92ec
commit 713206a3a9
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -764,6 +764,9 @@ for ac_option do
--ar=*)
_ar=`echo $ac_option | cut -d '=' -f 2`
;;
--ranlib=*)
_ranlib=`echo $ac_option | cut -d '=' -f 2`
;;
--charset=*)
_charset=`echo $ac_option | cut -d '=' -f 2`
;;