comparison configure1.in @ 3217:9a682e5f5b53

Fix message text.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 May 1993 21:02:48 +0000
parents add7f1e21bee
children 0687b13fc461
comparison
equal deleted inserted replaced
3216:85f44565e821 3217:9a682e5f5b53
933 esac 933 esac
934 934
935 case "${window_system}" in 935 case "${window_system}" in
936 "none" | "x11" | "x10" ) ;; 936 "none" | "x11" | "x10" ) ;;
937 "" ) 937 "" )
938 echo " No window system specifed. Looking for X window system." 938 echo " No window system specifed. Looking for X11."
939 window_system=none 939 window_system=none
940 if [ -r /usr/lib/libX11.a \ 940 if [ -r /usr/lib/libX11.a \
941 -o -d /usr/include/X11 \ 941 -o -d /usr/include/X11 \
942 -o -d /usr/X386/include \ 942 -o -d /usr/X386/include \
943 -o -d ${x_includes}/X11 ]; then 943 -o -d ${x_includes}/X11 ]; then