From 4eec6197df7ed1f789862002ef18a68f89b95e9d Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Thu, 7 Aug 2008 01:33:34 +0000 Subject: [PATCH] * configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS --- ChangeLog | 3 ++- configure.in | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a63d614b3e..cab4f54d0eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2008-08-06 Adrian Robert * 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. diff --git a/configure.in b/configure.in index 4f509b5b768..868eeedf522 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2