From 83ebcb0db73fbf436c0fe9a0d37e67f875b73c83 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 31 Jan 2009 23:19:16 +0000 Subject: Set a sane default path on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28412 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 75facadb9a..7c95c8bbca 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3