Changeset 4204 for trunk/configure.in
- Timestamp:
- 05/01/07 18:04:59 (2 years ago)
- Files:
-
- trunk/configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.in
r4200 r4204 1031 1031 *-sunos5* | *-solaris* ) 1032 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 1035 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 1034 1036 ## -Xs prevents spurious whitespace. … … 2205 2207 dnl Do not put whitespace before the #include statements below. 2206 2208 dnl Older compilers (eg sunos4 cc) choke on it. 2207 if test x"${USE_X_TOOLKIT}" = xmaybe ; then2209 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 2208 2210 if test x"${HAVE_X11R5}" = xyes; then 2209 2211 AC_MSG_CHECKING(X11 version 5 with Xaw) … … 2219 2221 USE_X_TOOLKIT=LUCID 2220 2222 else 2221 AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default) 2222 USE_X_TOOLKIT=none 2223 if test x"${USE_X_TOOLKIT}" = xLUCID; then 2224 AC_MSG_ERROR([Lucid toolkit requires X11/Xaw include files]) 2225 else 2226 AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default) 2227 USE_X_TOOLKIT=none 2228 fi 2223 2229 fi 2224 2230 else
