diff options
| author | Jim Blandy | 1993-06-11 06:43:42 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-11 06:43:42 +0000 |
| commit | 46336f7ad135c699a3e865fea8924c38e745cc33 (patch) | |
| tree | ae39051307645cc44aeae0714e86b16a84f2b8f2 /src | |
| parent | efe15b83b997fe5c89cf0ef940ab1c0aa127e573 (diff) | |
| download | emacs-46336f7ad135c699a3e865fea8924c38e745cc33.tar.gz emacs-46336f7ad135c699a3e865fea8924c38e745cc33.zip | |
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc3-0.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index cb75a8fb19a..14ef86f1ff3 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -15,3 +15,8 @@ | |||
| 15 | /* People say that using -traditional causes lossage with `const', | 15 | /* People say that using -traditional causes lossage with `const', |
| 16 | so we might as well try getting rid of -traditional. */ | 16 | so we might as well try getting rid of -traditional. */ |
| 17 | #undef C_SWITCH_SYSTEM | 17 | #undef C_SWITCH_SYSTEM |
| 18 | |||
| 19 | /* Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC has no | ||
| 20 | libX11_s, as specified in s/usg5-3.h. */ | ||
| 21 | #undef LIB_X11_LIB | ||
| 22 | |||