Changeset 4204 for trunk/configure

Show
Ignore:
Timestamp:
2007年05月01日 18時04分59秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r4200 r4204  
    29972997      *-sunos5* | *-solaris* ) 
    29982998                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? 
    29993001                if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 
    30003002                  ## -Xs prevents spurious whitespace. 
     
    1201512017fi 
    1201612018 
    12017 if test x"${USE_X_TOOLKIT}" = xmaybe; then 
     12019if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 
    1201812020  if test x"${HAVE_X11R5}" = xyes; then 
    1201912021    { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5 
     
    1207412076      USE_X_TOOLKIT=LUCID 
    1207512077    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 
     12080echo "$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 
    1207712084echo "${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 
    1207912087    fi 
    1208012088  else