summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 17:19:48 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 17:19:48 +0000
commit74b4d1321fcad5e693fa3673398d960e0beb79b7 (patch)
tree6f3bedc6ee50d9235e836295ae10416fae0569b1 /src/s
parent27bdec0cc5b9da62613aaf972f636db8900f0f62 (diff)
downloademacs-74b4d1321fcad5e693fa3673398d960e0beb79b7.tar.gz
(C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix6-0.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index d7fca0fbfbb..d6ec5a2b744 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -7,3 +7,10 @@
#ifndef __GNUC__
#define LD_SWITCH_SYSTEM -32
#endif
+
+/* This macro definition, which we inherited from irix5-0.h,
+ is needed in configure on Irix 5, but gets in the way there
+ on Irix 6. So get rid of it except in Makefile.in where we need it. */
+#ifndef THIS_IS_MAKEFILE
+#undef C_SWITCH_SYSTEM
+#endif