summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-31 23:19:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-31 23:19:16 +0000
commit83ebcb0db73fbf436c0fe9a0d37e67f875b73c83 (patch)
treed4dd5f7e68c4f251dbe0953e92a57e83a83abd06 /configure
parent5de6238a2699fc1aeecd1157dfe47d75b895a7c7 (diff)
downloadmpv-83ebcb0db73fbf436c0fe9a0d37e67f875b73c83.tar.bz2
mpv-83ebcb0db73fbf436c0fe9a0d37e67f875b73c83.tar.xz
Set a sane default path on Solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28412 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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