Mercurial > emacs
changeset 77310:972bc1b04abc
Add a FIXME comment for after Emacs 22.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 19 Apr 2007 17:02:37 +0000 |
parents | 56cc03f5f68c |
children | 443d25344bd0 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Apr 19 12:08:53 2007 +0000 +++ b/configure.in Thu Apr 19 17:02:37 2007 +0000 @@ -1030,6 +1030,8 @@ ;; *-sunos5* | *-solaris* ) opsys=sol2-6 +## FIXME: make this into a proper fix that checks the compiler type, +## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now? if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then ## -Xs prevents spurious whitespace. NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"