# HG changeset patch # User diego # Date 1233443956 0 # Node ID 089df060f944e11d8318fe142fac3e1053d0ae5b # Parent 93137d61fdc9d7a41ca8260b2f1fe6b4ee5ea03e Set a sane default path on Solaris. diff -r 93137d61fdc9 -r 089df060f944 configure --- a/configure Sat Jan 31 23:12:27 2009 +0000 +++ b/configure Sat Jan 31 23:19:16 2009 +0000 @@ -190,6 +190,9 @@ } ############################################################################# +# 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