changeset 14450:cec2ae2e376a

(LIB_X11_LIB): New definition.
author Richard M. Stallman <rms@gnu.org>
date Wed, 31 Jan 1996 21:01:16 +0000
parents ac2720f17eb7
children fc22eb3a4146
files src/s/sol2-4.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-4.h	Wed Jan 31 20:12:19 1996 +0000
+++ b/src/s/sol2-4.h	Wed Jan 31 21:01:16 1996 +0000
@@ -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__