diff options
| author | Alan Third | 2020-08-27 23:39:16 +0100 |
|---|---|---|
| committer | Alan Third | 2020-08-27 23:39:16 +0100 |
| commit | 8d085d2f8d3a9deb82cdfd319a4206abb043951e (patch) | |
| tree | e1424e35b35a0dae963a3d55bf296add5332c106 | |
| parent | 445d18f97350d502067972d4291b9224b2f9d3c1 (diff) | |
| download | emacs-scratch/ns-gitlab-ci.tar.gz emacs-scratch/ns-gitlab-ci.zip | |
Third time luckyscratch/ns-gitlab-ci
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6c309039170..41d37784df6 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1916,7 +1916,7 @@ if test "${with_ns}" != no; then | |||
| 1916 | elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then | 1916 | elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then |
| 1917 | NS_IMPL_GNUSTEP=yes | 1917 | NS_IMPL_GNUSTEP=yes |
| 1918 | NS_GNUSTEP_CONFIG=yes | 1918 | NS_GNUSTEP_CONFIG=yes |
| 1919 | GNU_OBJC_CFLAGS=$flags | 1919 | GNU_OBJC_CFLAGS="$flags -std=c99" |
| 1920 | LIBS_GNUSTEP=$(gnustep-config --gui-libs) || exit | 1920 | LIBS_GNUSTEP=$(gnustep-config --gui-libs) || exit |
| 1921 | elif test -f $GNUSTEP_CONFIG_FILE; then | 1921 | elif test -f $GNUSTEP_CONFIG_FILE; then |
| 1922 | NS_IMPL_GNUSTEP=yes | 1922 | NS_IMPL_GNUSTEP=yes |
| @@ -3934,7 +3934,7 @@ if test "${HAVE_NS}" = "yes"; then | |||
| 3934 | # FIXME: are all these flags really needed? Document here why. */ | 3934 | # FIXME: are all these flags really needed? Document here why. */ |
| 3935 | GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" | 3935 | GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" |
| 3936 | ## Extra CFLAGS applied to src/*.m files. | 3936 | ## Extra CFLAGS applied to src/*.m files. |
| 3937 | GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE -std=gnu99" | 3937 | GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE -std=c99" |
| 3938 | fi | 3938 | fi |
| 3939 | fi | 3939 | fi |
| 3940 | OTHER_FILES=ns-app | 3940 | OTHER_FILES=ns-app |