Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
beffc8bb
Commit
beffc8bb
authored
Dec 21, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
parent
a3b81f96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/s/sco4.h
src/s/sco4.h
+5
-0
No files found.
src/s/sco4.h
View file @
beffc8bb
...
...
@@ -71,7 +71,12 @@ Boston, MA 02111-1307, USA. */
/* This is safe since we already assumed HAVE_SOCKET
if using X windows. */
#undef LIBX11_SYSTEM
/* Motif needs -lintl on some (maybe all) ofthese systems. */
#if defined (HAVE_LIBINTL) && defined (MOTIF)
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket -lintl
#else
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket
#endif
#ifdef HAVE_INET_SOCKETS
/* This comes from autoconf. */
#define HAVE_SOCKETS
...
...
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