diff options
| -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 | ||