Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
55c1a819
Commit
55c1a819
authored
Jun 03, 1993
by
Richard M. Stallman
Browse files
Do NOT look for `unknown' as company name.
Fix typo in message.
parent
3c9c43d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure1.in
configure1.in
+2
-2
No files found.
configure1.in
View file @
55c1a819
...
...
@@ -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 specif
i
ed. Looking for X11."
window_system=none
if [ -r /usr/lib/libX11.a \
-o -d /usr/include/X11 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment