comparison configure1.in @ 958:cc82116a8f1c

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 12 Aug 1992 12:57:12 +0000
parents a8d94735277e
children d8d503897aa5
comparison
equal deleted inserted replaced
957:2619b7a9c11e 958:cc82116a8f1c
323 "none" | "x11" | "x10" ) ;; 323 "none" | "x11" | "x10" ) ;;
324 "x" ) window_system=x11 ;; 324 "x" ) window_system=x11 ;;
325 "" ) 325 "" )
326 echo " No window system specifed. Looking for X Windows." 326 echo " No window system specifed. Looking for X Windows."
327 window_system=none 327 window_system=none
328 if [ -r /usr/lib/libX11.a -a -d /usr/include/X11 ]; then 328 if [ -r /usr/lib/libX11.a -o -d /usr/include/X11 ]; then
329 window_system=x11 329 window_system=x11
330 fi 330 fi
331 ;; 331 ;;
332 * ) 332 * )
333 echo "The \`-window_system' option must be set to \`none' or \`X11'." >&2 333 echo "The \`-window_system' option must be set to \`none' or \`X11'." >&2