Add a FIXME comment for after Emacs 22.

This commit is contained in:
Glenn Morris 2007-04-19 17:02:37 +00:00
parent 6b554e8869
commit 4e96ebbce5

View file

@ -1030,6 +1030,8 @@ dnl see the `changequote' comment above.
;;
*-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"