changeset 14494:f2dda0ebfe1a

(LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem was fixed instead by the Feb 1 change to ../configure.in.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Feb 1996 00:23:03 +0000
parents 9b8b46e18f97
children fc4be3d538e0
files src/s/sol2-4.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-4.h	Sun Feb 04 21:34:21 1996 +0000
+++ b/src/s/sol2-4.h	Mon Feb 05 00:23:03 1996 +0000
@@ -4,10 +4,6 @@
 
 #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__