summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-06 19:34:12 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-06 19:34:12 +0000
commit470ce72a233f6fbe6e55f58de2618ab9ba720ce9 (patch)
tree81d19b6d9d78bae0827e995627633e2dfeb4c79a /configure.in
parent0a3345bbbee8e96ceb636c15c0749bbe8fb4d933 (diff)
downloademacs-470ce72a233f6fbe6e55f58de2618ab9ba720ce9.tar.gz
Provide an empty default for LD_SWITCH_X_SITE_AUX.
(ld_switch_machine): Fix typo.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
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
#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