diff options
| author | Richard M. Stallman | 1996-10-06 19:34:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-06 19:34:12 +0000 |
| commit | f8a9bac913814b62b4a5f13747d7bbfe782ee4ec (patch) | |
| tree | 98427ad2885e94587dcc243a971371571d258502 | |
| parent | 6777ae524e7e9ca874a1cbe67753650b0e049322 (diff) | |
| download | emacs-f8a9bac913814b62b4a5f13747d7bbfe782ee4ec.tar.gz emacs-f8a9bac913814b62b4a5f13747d7bbfe782ee4ec.zip | |
Provide an empty default for LD_SWITCH_X_SITE_AUX.
(ld_switch_machine): Fix typo.
| -rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3979482cf5a..fe7a1251840 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1220,8 +1220,12 @@ configure___ system_malloc=no | |||
| 1220 | #define LD_SWITCH_SYSTEM | 1220 | #define LD_SWITCH_SYSTEM |
| 1221 | #endif | 1221 | #endif |
| 1222 | 1222 | ||
| 1223 | #ifndef LD_SWITCH_X_SITE_AUX | ||
| 1224 | #define LD_SWITCH_X_SITE_AUX | ||
| 1225 | #endif | ||
| 1226 | |||
| 1223 | configure___ ld_switch_system=LD_SWITCH_SYSTEM | 1227 | configure___ ld_switch_system=LD_SWITCH_SYSTEM |
| 1224 | configure___ ld_switch_maldhine=LD_SWITCH_MACHINE | 1228 | configure___ ld_switch_machine=LD_SWITCH_MACHINE |
| 1225 | 1229 | ||
| 1226 | #ifdef THIS_IS_CONFIGURE | 1230 | #ifdef THIS_IS_CONFIGURE |
| 1227 | 1231 | ||