# HG changeset patch # User Richard M. Stallman # Date 823122076 0 # Node ID cec2ae2e376ab1787a33a983c2dbe0567e03694d # Parent ac2720f17eb79ac49009f3da118352a12d70ee0e (LIB_X11_LIB): New definition. diff -r ac2720f17eb7 -r cec2ae2e376a src/s/sol2-4.h --- 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__