[MPlayer-cvslog] r21972 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jan 20 22:14:14 CET 2007


Author: diego
Date: Sat Jan 20 22:14:14 2007
New Revision: 21972

Modified:
   trunk/configure

Log:
Move ranlib setting to a more sensible place.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Jan 20 22:14:14 2007
@@ -678,6 +678,13 @@
   _ld_extra="$_ld_extra -lC"
 fi
 
+# If IRIX we must use ar instead of ranlib (not present on IRIX systems)
+if irix ; then
+  _ranlib='ar -r'
+elif linux ; then
+  _ranlib='true'
+fi
+
 # Check how to call 'head' and 'tail'. Newer versions spit out warnings
 # if used as 'head -1' instead of 'head -n 1', but older versions don't
 # know about '-n'.
@@ -2525,13 +2532,6 @@
 fi
 fi
 
-# If IRIX we must use ar instead of ranlib (not present on IRIX systems)
-if irix ; then
-  _ranlib='ar -r'
-elif linux ; then
-  _ranlib='true'
-fi
-
 ######################
 # MAIN TESTS GO HERE #
 ######################



More information about the MPlayer-cvslog mailing list