diff options
| author | Adrian Robert | 2008-07-16 23:34:54 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-16 23:34:54 +0000 |
| commit | ff1095d1a66e0317e59efa865f3743f3d420c542 (patch) | |
| tree | be2a261fae692a38506bfe3373164dd4b1a3530d /src | |
| parent | 122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5 (diff) | |
| download | emacs-ff1095d1a66e0317e59efa865f3743f3d420c542.tar.gz emacs-ff1095d1a66e0317e59efa865f3743f3d420c542.zip | |
should have gone in in last commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index 94750388c24..d520d50b9b7 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1056,10 +1056,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1056 | # define LD_SWITCH_SITE -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread | 1056 | # define LD_SWITCH_SITE -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread |
| 1057 | # 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 | 1057 | # 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 |
| 1058 | # define OTHER_FILES ns-app | 1058 | # define OTHER_FILES ns-app |
| 1059 | # else /* COCOA */ | 1059 | # else /* NS_IMPL_COCOA */ |
| 1060 | # define C_SWITCH_X_SYSTEM | 1060 | # define C_SWITCH_X_SYSTEM |
| 1061 | # define GNU_OBJC_CFLAGS | 1061 | # define GNU_OBJC_CFLAGS |
| 1062 | # endif /* COCOA */ | 1062 | # endif /* NS_IMPL_COCOA */ |
| 1063 | #endif /* HAVE_NS */ | 1063 | #endif /* HAVE_NS */ |
| 1064 | 1064 | ||
| 1065 | 1065 | ||