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
046c4413
Commit
046c4413
authored
Mar 03, 2007
by
Chong Yidong
Browse files
Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on
Solaris.
parent
a6f0e674
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+0
-2
No files found.
src/ChangeLog
View file @
046c4413
2007-03-03 Glenn Morris <rgm@gnu.org>
* Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
not include -lX11 on Solaris.
2007-03-02 Stuart D. Herring <herring@lanl.gov>
* keymap.c (Fkey_binding): Don't consider two-element lists as
...
...
src/Makefile.in
View file @
046c4413
...
...
@@ -403,8 +403,6 @@ LIBXT=$(LIBW)
#endif /* not USE_X_TOOLKIT */
#if HAVE_XFT
#undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
#define LIB_X11_LIB
XFT_LIBS
=
@XFT_LIBS@
#endif /* HAVE_XFT */
...
...
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