comparison configure.in @ 77310:972bc1b04abc

Add a FIXME comment for after Emacs 22.
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Apr 2007 17:02:37 +0000
parents 45511805378a
children 959967514f51
comparison
equal deleted inserted replaced
77309:56cc03f5f68c 77310:972bc1b04abc
1028 NON_GNU_CPP=/usr/ccs/lib/cpp 1028 NON_GNU_CPP=/usr/ccs/lib/cpp
1029 RANLIB="ar -ts" 1029 RANLIB="ar -ts"
1030 ;; 1030 ;;
1031 *-sunos5* | *-solaris* ) 1031 *-sunos5* | *-solaris* )
1032 opsys=sol2-6 1032 opsys=sol2-6
1033 ## FIXME: make this into a proper fix that checks the compiler type,
1034 ## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now?
1033 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 1035 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then
1034 ## -Xs prevents spurious whitespace. 1036 ## -Xs prevents spurious whitespace.
1035 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 1037 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"
1036 else 1038 else
1037 NON_GNU_CPP=/usr/ccs/lib/cpp 1039 NON_GNU_CPP=/usr/ccs/lib/cpp