]> code.delx.au - gnu-emacs/commitdiff
Do NOT look for `unknown' as company name.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 20:43:29 +0000 (20:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 20:43:29 +0000 (20:43 +0000)
Fix typo in message.

configure1.in

index f394c9f45ee2575d682d96a2263737c8c7f7f712..e0999e5523ed71625846742355e186bf44ac725c 100755 (executable)
@@ -629,7 +629,7 @@ case "${configuration}" in
     machine=is386 opsys=usg5-2-2
   ;;
   ## Intel 386 machines where we don't care about the manufacturer
-  i[34]86-unknown-* )
+  i[34]86-*-* )
     machine=intel386
     case "${configuration}" in
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;
@@ -982,7 +982,7 @@ esac
 case "${window_system}" in
   "none" | "x11" | "x10" ) ;;
   "" )
-    echo "  No window system specifed.  Looking for X11."
+    echo "  No window system specified.  Looking for X11."
     window_system=none
     if [ -r /usr/lib/libX11.a \
         -o -d /usr/include/X11 \