summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-05 00:23:03 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-05 00:23:03 +0000
commitc350a31ddeea387be9d8cba4817e0a76ee26b51e (patch)
tree96d059b75feda8f6c3a176ad0fc7bcd231f76558
parent22fcc83edf1a7599a8a9d9302e3d2de395ca6508 (diff)
downloademacs-c350a31ddeea387be9d8cba4817e0a76ee26b51e.tar.gz
emacs-c350a31ddeea387be9d8cba4817e0a76ee26b51e.tar.bz2
emacs-c350a31ddeea387be9d8cba4817e0a76ee26b51e.zip
(LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem was
fixed instead by the Feb 1 change to ../configure.in.
-rw-r--r--src/s/sol2-4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
index 5a12bcfd439..82b3a7fccd4 100644
--- a/src/s/sol2-4.h
+++ b/src/s/sol2-4.h
@@ -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__