]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem was
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Feb 1996 00:23:03 +0000 (00:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Feb 1996 00:23:03 +0000 (00:23 +0000)
fixed instead by the Feb 1 change to ../configure.in.

src/s/sol2-4.h

index 5a12bcfd439f36f2daea1dd1b973c9b3c434aeec..82b3a7fccd4ba4c225e78dbdf252fbd3774d04ed 100644 (file)
@@ -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__