changeset 16393:67df8ce85ec7

Provide an empty default for LD_SWITCH_X_SITE_AUX. (ld_switch_machine): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Oct 1996 19:34:12 +0000
parents de5de2aefc4e
children 675944d1abc9
files configure.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Oct 06 16:55:03 1996 +0000
+++ b/configure.in	Sun Oct 06 19:34:12 1996 +0000
@@ -1220,8 +1220,12 @@
 #define LD_SWITCH_SYSTEM
 #endif
 
+#ifndef LD_SWITCH_X_SITE_AUX
+#define LD_SWITCH_X_SITE_AUX
+#endif  
+
 configure___ ld_switch_system=LD_SWITCH_SYSTEM
-configure___ ld_switch_maldhine=LD_SWITCH_MACHINE
+configure___ ld_switch_machine=LD_SWITCH_MACHINE
 
 #ifdef THIS_IS_CONFIGURE