diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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. | |||
| 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" |