[MPlayer-cvslog] r24079 - trunk/configure
mhoffman
subversion at mplayerhq.hu
Thu Aug 16 14:42:14 CEST 2007
Author: mhoffman
Date: Thu Aug 16 14:42:14 2007
New Revision: 24079
Log:
allow setting of ranlib from the commandline of configure
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 16 14:42:14 2007
@@ -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`
;;
More information about the MPlayer-cvslog
mailing list