mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
Set a sane default path on Solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28412 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5de6238a26
commit
83ebcb0db7
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user