Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d96a4de3
Commit
d96a4de3
authored
Nov 23, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize HAVE_LIBXP to no.
parent
ddbfaa9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+1
-0
No files found.
ChangeLog
View file @
d96a4de3
2000-11-23 Gerd Moellmann <gerd@gnu.org>
* configure.in: Initialize HAVE_LIBXP to no.
2000-11-22 Gerd Moellmann <gerd@gnu.org>
* configure.in: Use m/macppc.h instead of the non-existent
...
...
configure.in
View file @
d96a4de3
...
...
@@ -1735,6 +1735,7 @@ Motif version prior to 2.1.
emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
if test $emacs_cv_motif_version_2_1 = yes; then
HAVE_LIBXP=no
AC_DEFINE(HAVE_MOTIF_2_1)
AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
if test ${HAVE_LIBXP} = yes; then
...
...
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