aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
index 82b3a7fccd4..5a12bcfd439 100644
--- a/src/s/sol2-4.h
+++ b/src/s/sol2-4.h
@@ -4,6 +4,10 @@
4 4
5#define SOLARIS2_4 5#define SOLARIS2_4
6 6
7/* Bill_Mann@praxisint.com says that configure can't link things with -lX11
8 unless it has -lXext as well. */
9#define LIB_X11_LIB -lX11 -lXext
10
7/* Get rid of -traditional and let const really do its thing. */ 11/* Get rid of -traditional and let const really do its thing. */
8 12
9#ifdef __GNUC__ 13#ifdef __GNUC__