# HG changeset patch # User Glenn Morris # Date 1175753252 0 # Node ID 476a6af9dfd512f588f6e44bc4001c7b248d11ef # Parent 7322915e700b53932afacb90323e590c71b2e0a5 Regenerate. diff -r 7322915e700b -r 476a6af9dfd5 configure --- 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