diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
2 files changed, 2 insertions, 4 deletions
| @@ -1,7 +1,8 @@ | |||
| 1 | 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2008-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 |