From 713206a3a9668b13744b144321d64596296b53ae Mon Sep 17 00:00:00 2001 From: mhoffman Date: Thu, 16 Aug 2007 12:42:14 +0000 Subject: allow setting of ranlib from the commandline of configure git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24079 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 8695cbf942..067fb27c11 100755 --- a/configure +++ b/configure @@ -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` ;; -- cgit v1.2.3