]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:48 +0000 (17:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:48 +0000 (17:19 +0000)
src/s/irix6-0.h

index d7fca0fbfbb12f399a30f65c30d6ed78358addb0..d6ec5a2b7441a4a29f3d55331a1d9da2453571c4 100644 (file)
@@ -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