aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in
index 4ac808d9f52..cec26cb4bcc 100644
--- a/src/config.in
+++ b/src/config.in
@@ -157,14 +157,14 @@ and this notice must be preserved on all copies. */
157 HAVE_X_WINDOWS above and your X libraries aren't in a place that 157 HAVE_X_WINDOWS above and your X libraries aren't in a place that
158 your loader can find on its own, you might want to add "-L/..." or 158 your loader can find on its own, you might want to add "-L/..." or
159 something similar. */ 159 something similar. */
160#define LD_SWITCH_X_SITE 160#undef LD_SWITCH_X_SITE
161 161
162/* Define C_SWITCH_X_SITE to contain any special flags your compiler 162/* Define C_SWITCH_X_SITE to contain any special flags your compiler
163 may need to deal with X Windows. For instance, if you've defined 163 may need to deal with X Windows. For instance, if you've defined
164 HAVE_X_WINDOWS above and your X include files aren't in a place 164 HAVE_X_WINDOWS above and your X include files aren't in a place
165 that your compiler can find on its own, you might want to add 165 that your compiler can find on its own, you might want to add
166 "-I/..." or something similar. */ 166 "-I/..." or something similar. */
167#define C_SWITCH_X_SITE 167#undef C_SWITCH_X_SITE
168 168
169/* Define the return type of signal handlers if the s-xxx file 169/* Define the return type of signal handlers if the s-xxx file
170 did not already do so. */ 170 did not already do so. */