Mercurial > emacs
changeset 97344:ac1bfb10ff9e
* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 01:33:34 +0000 |
parents | f0de1f502126 |
children | 0b4b1b4344af |
files | ChangeLog configure.in |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Aug 06 22:54:00 2008 +0000 +++ b/ChangeLog Thu Aug 07 01:33:34 2008 +0000 @@ -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.
--- a/configure.in Wed Aug 06 22:54:00 2008 +0000 +++ b/configure.in Thu Aug 07 01:33:34 2008 +0000 @@ -2605,9 +2605,6 @@ 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