From: Glenn Morris Date: Thu, 5 Apr 2007 06:07:32 +0000 (+0000) Subject: Regenerate. X-Git-Tag: emacs-pretest-22.0.98~304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d23b7a3f4aa2810bbc4ccab7fa32e2eb63890416;p=emacs.git Regenerate. --- diff --git a/configure b/configure index 6188e7342fe..0e79c5aa980 100755 --- a/configure +++ b/configure @@ -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