]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a FIXME comment for after Emacs 22.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:02:37 +0000 (17:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:02:37 +0000 (17:02 +0000)
configure.in

index d68c8aa841d9843e4c240226d069e4bad176c48b..108fa4f429dac765372a7484ba41edc3e52665db 100644 (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"