]> code.delx.au - gnu-emacs/commitdiff
* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 7 Aug 2008 01:33:34 +0000 (01:33 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 7 Aug 2008 01:33:34 +0000 (01:33 +0000)
ChangeLog
configure.in

index 5a63d614b3ea63123567365b78a7a11168c2afb7..cab4f54d0eba6f508cfb489f46d4fb76300412a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
-       (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
+       (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
+       bother undef'ing since won't have desired effect.
 
        * configure: Regenerate.
 
index 4f509b5b7683adbc2578b87fe89dbd19ae8bcbe6..868eeedf522bfb55888afa865c797d5997736298 100644 (file)
@@ -2605,9 +2605,6 @@ AH_BOTTOM([
    side does this in s/darwin.h and we cannot
    parallel this exactly since GNUstep is multi-OS. */
 #ifdef HAVE_NS
-# ifdef C_SWITCH_SYSTEM
-# undef C_SWITCH_SYSTEM
-# endif
 # ifdef NS_IMPL_GNUSTEP
 /* See also .m.o rule in Makefile.in */
 #  define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing