aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2008-08-07 01:33:34 +0000
committerAdrian Robert2008-08-07 01:33:34 +0000
commit4eec6197df7ed1f789862002ef18a68f89b95e9d (patch)
treef0bbc364f32f12f0eb969b314036697b0ab50a93
parent8a81397018983362d3edde54908e8da03ce42ad4 (diff)
downloademacs-4eec6197df7ed1f789862002ef18a68f89b95e9d.tar.gz
emacs-4eec6197df7ed1f789862002ef18a68f89b95e9d.zip
* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS
-rw-r--r--ChangeLog3
-rw-r--r--configure.in3
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 @@
12008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com> 12008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER. 3 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. 4 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
5 bother undef'ing since won't have desired effect.
5 6
6 * configure: Regenerate. 7 * configure: Regenerate.
7 8
diff --git a/configure.in b/configure.in
index 4f509b5b768..868eeedf522 100644
--- a/configure.in
+++ b/configure.in
@@ -2605,9 +2605,6 @@ AH_BOTTOM([
2605 side does this in s/darwin.h and we cannot 2605 side does this in s/darwin.h and we cannot
2606 parallel this exactly since GNUstep is multi-OS. */ 2606 parallel this exactly since GNUstep is multi-OS. */
2607#ifdef HAVE_NS 2607#ifdef HAVE_NS
2608# ifdef C_SWITCH_SYSTEM
2609# undef C_SWITCH_SYSTEM
2610# endif
2611# ifdef NS_IMPL_GNUSTEP 2608# ifdef NS_IMPL_GNUSTEP
2612/* See also .m.o rule in Makefile.in */ 2609/* See also .m.o rule in Makefile.in */
2613# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing 2610# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing