diff options
| author | Jim Blandy | 1993-05-23 21:35:48 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-23 21:35:48 +0000 |
| commit | a27cbddea11e4715f4a85f698e4df1f47b1a18f0 (patch) | |
| tree | 9e68f453d789dacc1824b0e1b60b192d0e970fe0 /src | |
| parent | 5b8def65fb589a0a19c36f1a09cece01e22e4813 (diff) | |
| download | emacs-a27cbddea11e4715f4a85f698e4df1f47b1a18f0.tar.gz emacs-a27cbddea11e4715f4a85f698e4df1f47b1a18f0.zip | |
* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
#defines to #undef's, so ../configure knows it should tweak them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
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. */ |