summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-31 21:01:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-31 21:01:16 +0000
commitec6295118532ea8cd53019c06ba10fcf2436aea7 (patch)
tree2b777d2a3be4b569c134d699fa4e78881b2f7ea9
parentb3953ee0ff4c2bdb5c91a53b45c501896d529d8f (diff)
downloademacs-ec6295118532ea8cd53019c06ba10fcf2436aea7.tar.gz
(LIB_X11_LIB): New definition.
-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 @@
#define SOLARIS2_4
+/* Bill_Mann@praxisint.com says that configure can't link things with -lX11
+ unless it has -lXext as well. */
+#define LIB_X11_LIB -lX11 -lXext
+
/* Get rid of -traditional and let const really do its thing. */
#ifdef __GNUC__