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
c6a9d251
Commit
c6a9d251
authored
Jan 21, 1994
by
Richard M. Stallman
Browse files
(with_x_toolkit): Treat values athena and lucid alike.
parent
0f2cd61f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
configure1.in
configure1.in
+2
-6
No files found.
configure1.in
View file @
c6a9d251
...
@@ -1165,13 +1165,9 @@ case "${window_system}" in
...
@@ -1165,13 +1165,9 @@ case "${window_system}" in
HAVE_X11=yes
HAVE_X11=yes
echo " Using X11."
echo " Using X11."
case "${with_x_toolkit}" in
case "${with_x_toolkit}" in
athena )
athena | lucid )
USE_X_TOOLKIT=ATHENA
echo " Using Xt toolkit."
;;
lucid )
USE_X_TOOLKIT=LUCID
USE_X_TOOLKIT=LUCID
echo " Using
Lucid
toolkit."
echo " Using
Xt
toolkit."
;;
;;
motif )
motif )
USE_X_TOOLKIT=MOTIF
USE_X_TOOLKIT=MOTIF
...
...
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