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
d893468a
Commit
d893468a
authored
Jun 01, 2008
by
Dan Nicolaescu
Browse files
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
* configure: Regenerate.
parent
60a3d7ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+2
-2
No files found.
ChangeLog
View file @
d893468a
2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
* configure: Regenerate.
2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* update-subdirs: Don't touch subdirs.el if it is unchanged.
...
...
configure.in
View file @
d893468a
...
...
@@ -2657,9 +2657,9 @@ if test "${HAVE_X_WINDOWS}" = "yes" ; then
fi
if test "${USE_X_TOOLKIT}" != "none" ; then
AC_DEFINE(USE_X_TOOLKIT, 1, [Define to 1 if using an X toolkit.])
if test "${USE_X_TOOLKIT}" =
=
"LUCID"; then
if test "${USE_X_TOOLKIT}" = "LUCID"; then
AC_DEFINE(USE_LUCID, 1, [Define to 1 if using the Lucid X toolkit.])
elif test "${USE_X_TOOLKIT}" =
=
"MOTIF"; then
elif test "${USE_X_TOOLKIT}" = "MOTIF"; then
AC_DEFINE(USE_MOTIF, 1, [Define to 1 if using the Motif X toolkit.])
fi
fi
...
...
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