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
99a6b56f
Commit
99a6b56f
authored
Jul 30, 1997
by
Richard M. Stallman
Browse files
(LIBXMU): Alternative definition if CANNOT_DUMP.
parent
d5600d49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/s/sunos4shr.h
src/s/sunos4shr.h
+4
-0
No files found.
src/s/sunos4shr.h
View file @
99a6b56f
...
...
@@ -50,10 +50,14 @@
/* 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 CANNOT_DUMP
#define LIBXMU -lXmu
#else
#ifdef __GNUC__
#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic
#else
#define LIBXMU -Bstatic -lXmu -Bdynamic
#endif
#endif
/* CANNOT_DUMP */
#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