diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-07 01:33:34 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-07 01:33:34 +0000 |
commit | 4eec6197df7ed1f789862002ef18a68f89b95e9d (patch) | |
tree | f0bbc364f32f12f0eb969b314036697b0ab50a93 /configure.in | |
parent | 8a81397018983362d3edde54908e8da03ce42ad4 (diff) | |
download | emacs-4eec6197df7ed1f789862002ef18a68f89b95e9d.tar.gz |
* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |