From: Glenn Morris Date: Thu, 19 Apr 2007 17:02:37 +0000 (+0000) Subject: Add a FIXME comment for after Emacs 22. X-Git-Tag: emacs-pretest-22.0.99~170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e96ebbce55da2d5f996ddcf573c7f4f94871bad;p=emacs.git Add a FIXME comment for after Emacs 22. --- diff --git a/configure.in b/configure.in index d68c8aa841d..108fa4f429d 100644 --- a/configure.in +++ b/configure.in @@ -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"