[MPlayer-cvslog] r28412 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Feb 1 00:19:17 CET 2009
Author: diego
Date: Sun Feb 1 00:19:16 2009
New Revision: 28412
Log:
Set a sane default path on Solaris.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Feb 1 00:12:27 2009 (r28411)
+++ trunk/configure Sun Feb 1 00:19:16 2009 (r28412)
@@ -190,6 +190,9 @@ echores() {
}
#############################################################################
+# Solaris has broken stone-age tools in the standard locations
+sunos && test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
+
# Check how echo works in this /bin/sh
case `echo -n` in
-n) _echo_n= _echo_c='\c' ;; # SysV echo
More information about the MPlayer-cvslog
mailing list