aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/config.in b/src/config.in
index 42c9c8658e8..ffa4688462e 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1039,12 +1039,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1039 side does this in s/darwin.h and we cannot 1039 side does this in s/darwin.h and we cannot
1040 parallel this exactly since GNUstep is multi-OS. */ 1040 parallel this exactly since GNUstep is multi-OS. */
1041#ifdef HAVE_NS 1041#ifdef HAVE_NS
1042# ifdef C_SWITCH_SYSTEM
1043# undef C_SWITCH_SYSTEM
1044# endif
1045# ifdef NS_IMPL_GNUSTEP 1042# ifdef NS_IMPL_GNUSTEP
1046/* See also .m.o rule in Makefile.in */ 1043/* See also .m.o rule in Makefile.in */
1047# define C_SWITCH_X_SYSTEM -MMD -MP -D_REENTRANT -fPIC -fno-strict-aliasing 1044# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
1048# define GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE 1045# define GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE
1049# define OTHER_FILES ns-app 1046# define OTHER_FILES ns-app
1050# else /* NS_IMPL_COCOA */ 1047# else /* NS_IMPL_COCOA */