emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/configure,v
Date: Thu, 05 Apr 2007 06:07:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/04/05 06:07:33

Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -b -r1.200 -r1.201
--- configure   23 Mar 2007 03:07:45 -0000      1.200
+++ configure   5 Apr 2007 06:07:32 -0000       1.201
@@ -2996,7 +2996,12 @@
                ;;
       *-sunos5* | *-solaris* )
                opsys=sol2-6
+               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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]