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
6ef338b7
Commit
6ef338b7
authored
Dec 26, 1995
by
Richard M. Stallman
Browse files
(LIBXMU): Replace previous change.
Bring back the old definition, but conditionalize on ! HAVE_X11R6.
parent
0ef68e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/s/sunos4shr.h
src/s/sunos4shr.h
+8
-2
No files found.
src/s/sunos4shr.h
View file @
6ef338b7
...
...
@@ -45,8 +45,14 @@
#undef USE_DL_STUBS
#ifndef HAVE_X11R6
/* With X11R5 it was reported that linking -lXmu dynamically
did not work. With X11R6, it does work; and since normally
only the dynamic libraries are available, we should use them. */
#ifdef __GNUC__
#define LIBXMU -Xlinker -B
dynam
ic -lXmu -Xlinker -Bdynamic
#define LIBXMU -Xlinker -B
stat
ic -lXmu -Xlinker -Bdynamic
#else
#define LIBXMU -B
dynam
ic -lXmu -Bdynamic
#define LIBXMU -B
stat
ic -lXmu -Bdynamic
#endif
#endif
/* not HAVE_X11R6 */
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