From 4e96ebbce55da2d5f996ddcf573c7f4f94871bad Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 19 Apr 2007 17:02:37 +0000 Subject: [PATCH] Add a FIXME comment for after Emacs 22. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.2