# HG changeset patch # User Glenn Morris # Date 1177002157 0 # Node ID 972bc1b04abc918c288f05f0727759c866ca0344 # Parent 56cc03f5f68c210456fdf8966bea4160f3adf458 Add a FIXME comment for after Emacs 22. diff -r 56cc03f5f68c -r 972bc1b04abc configure.in --- 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"