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 | 5d41cc176e49442c6a0bacf5637ff5f4c9c7278d (patch) | |
tree | e2523128125fd1e8cf6dd2e5463dd7af21bb17f4 /configure.in | |
parent | d574dd5117375cc12043104c7d574e8bf225c695 (diff) | |
download | emacs-5d41cc176e49442c6a0bacf5637ff5f4c9c7278d.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 |