Mercurial > emacs
changeset 76949:476a6af9dfd5
Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 05 Apr 2007 06:07:32 +0000 |
parents | 7322915e700b |
children | 6be0994c422e |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Apr 04 20:54:51 2007 +0000 +++ b/configure Thu Apr 05 06:07:32 2007 +0000 @@ -2996,7 +2996,12 @@ ;; *-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