aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-31 21:01:16 +0000
committerRichard M. Stallman1996-01-31 21:01:16 +0000
commit8ef5fadca64211f63d6290bf6c4495c78b7295cb (patch)
treee629516cc1a32e039cf1e5f1b4b173d0b01d63a1 /src
parentc4ba2209a51105d7fa7e284d9392b53355553b61 (diff)
downloademacs-8ef5fadca64211f63d6290bf6c4495c78b7295cb.tar.gz
emacs-8ef5fadca64211f63d6290bf6c4495c78b7295cb.zip
(LIB_X11_LIB): New definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
index 82b3a7fccd4..5a12bcfd439 100644
--- a/src/s/sol2-4.h
+++ b/src/s/sol2-4.h
@@ -4,6 +4,10 @@
4 4
5#define SOLARIS2_4 5#define SOLARIS2_4
6 6
7/* Bill_Mann@praxisint.com says that configure can't link things with -lX11
8 unless it has -lXext as well. */
9#define LIB_X11_LIB -lX11 -lXext
10
7/* Get rid of -traditional and let const really do its thing. */ 11/* Get rid of -traditional and let const really do its thing. */
8 12
9#ifdef __GNUC__ 13#ifdef __GNUC__