File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -4206,8 +4206,6 @@ if test "$GCC" = yes; then
4206
4206
CFLAGS=" $CFLAGS -fno-strength-reduce"
4207
4207
fi
4208
4208
fi
4209
-
4210
- CPPFLAGS=" $CPPFLAGS -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700"
4211
4209
fi
4212
4210
4213
4211
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for clang version" >&5
@@ -14434,10 +14432,6 @@ if test "$zOSUnix" = "yes"; then
14434
14432
CFLAGS=" -D_ALL_SOURCE -Wc,float\(ieee\),dll"
14435
14433
fi
14436
14434
14437
- if test " $GCC " = yes -a " $GUITYPE " ! = " GTK" -a " X$RUBY_CFLAGS " = " X" ; then
14438
- CFLAGS=" $CFLAGS -ansi"
14439
- fi
14440
-
14441
14435
ac_config_files=" $ac_config_files auto/config.mk:config.mk.in"
14442
14436
14443
14437
cat > confcache << \_ACEOF
Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ if test "$GCC" = yes; then
61
61
CFLAGS="$CFLAGS -fno-strength-reduce"
62
62
fi
63
63
fi
64
-
65
- dnl Declare what standards the code should comply with
66
- CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700"
67
64
fi
68
65
69
66
dnl clang-500.2.75 or around has abandoned -f[no-]strength-reduce and issues a
@@ -4403,13 +4400,6 @@ if test "$zOSUnix" = "yes"; then
4403
4400
CFLAGS="-D_ALL_SOURCE -Wc,float\(ieee\),dll"
4404
4401
fi
4405
4402
4406
- dnl Declare what standards the code should comply with.
4407
- dnl But not when using GTK, the header files cause all kinds of warnings.
4408
- dnl But not when using Ruby, it needs "inline".
4409
- if test "$GCC" = yes -a "$GUITYPE" != "GTK" -a "X$RUBY_CFLAGS" = "X"; then
4410
- CFLAGS="$CFLAGS -ansi"
4411
- fi
4412
-
4413
4403
dnl write output files
4414
4404
AC_OUTPUT (auto/config.mk:config.mk.in)
4415
4405
Original file line number Diff line number Diff line change @@ -762,6 +762,8 @@ static char *(features[]) =
762
762
763
763
static int included_patches [] =
764
764
{ /* Add new patch number below this line */
765
+ /**/
766
+ 1717 ,
765
767
/**/
766
768
1716 ,
767
769
/**/
You can’t perform that action at this time.
0 commit comments