Changeset 4204 for trunk/configure
- Timestamp:
- 2007年05月01日 18時04分59秒 (2 years ago)
- Files:
-
- trunk/configure (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r4200 r4204 2997 2997 *-sunos5* | *-solaris* ) 2998 2998 opsys=sol2-6 2999 ## FIXME: make this into a proper fix that checks the compiler type, 3000 ## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now? 2999 3001 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 3000 3002 ## -Xs prevents spurious whitespace. … … 12015 12017 fi 12016 12018 12017 if test x"${USE_X_TOOLKIT}" = xmaybe ; then12019 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 12018 12020 if test x"${HAVE_X11R5}" = xyes; then 12019 12021 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5 … … 12074 12076 USE_X_TOOLKIT=LUCID 12075 12077 else 12076 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5 12078 if test x"${USE_X_TOOLKIT}" = xLUCID; then 12079 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5 12080 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;} 12081 { (exit 1); exit 1; }; } 12082 else 12083 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5 12077 12084 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; } 12078 USE_X_TOOLKIT=none 12085 USE_X_TOOLKIT=none 12086 fi 12079 12087 fi 12080 12088 else
