Regenerate.

This commit is contained in:
Glenn Morris 2007-04-05 06:07:32 +00:00
parent c788945f63
commit d23b7a3f4a

7
configure vendored
View file

@ -2996,7 +2996,12 @@ _ACEOF
;;
*-sunos5* | *-solaris* )
opsys=sol2-6
NON_GNU_CPP=/usr/ccs/lib/cpp
if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then
## -Xs prevents spurious whitespace.
NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"
else
NON_GNU_CPP=/usr/ccs/lib/cpp
fi
;;
* ) opsys=bsd4-2 ;;
esac