aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 7cf4718c9f3..8a7dc0e4ab0 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -10,8 +10,8 @@
10 10
11#define POSIX 11#define POSIX
12 12
13/* Here is how to find X Windows. The -R option says where 13/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
14 to find X windows at run time. */ 14 says where to find X windows at run time. */
15#ifndef __GNUC__ 15#ifndef __GNUC__
16#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 16#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
17#else /* GCC */ 17#else /* GCC */