File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14960,6 +14960,10 @@ $as_echo "no" >&6; }
1496014960 fi
1496114961fi
1496214962
14963+ if ` echo " $CFLAGS " | grep -v D_XEENTRANT > /dev/null` ; then
14964+ CFLAGS=" $CFLAGS -D_REENTRANT"
14965+ fi
14966+
1496314967DEPEND_CFLAGS_FILTER=
1496414968if test " $GCC " = yes; then
1496514969 { $as_echo " $as_me :${as_lineno-$LINENO } : checking for GCC 3 or later" >&5
Original file line number Diff line number Diff line change @@ -4504,6 +4504,12 @@ if test "$MACOS_X" = "yes"; then
45044504 fi
45054505fi
45064506
4507+ dnl On some systems REENTRANT needs to be defined. It should not hurt to use
4508+ dnl it everywhere.
4509+ if `echo "$CFLAGS" | grep -v D_REENTRANT >/dev/null`; then
4510+ CFLAGS="$CFLAGS -D_REENTRANT"
4511+ fi
4512+
45074513dnl gcc 3.1 changed the meaning of -MM. The only solution appears to be to
45084514dnl use "-isystem" instead of "-I" for all non-Vim include dirs.
45094515dnl But only when making dependencies, cproto and lint don't take "-isystem".
Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755755
756756static int included_patches [] =
757757{ /* Add new patch number below this line */
758+ /**/
759+ 3406 ,
758760/**/
759761 3405 ,
760762/**/
You can’t perform that action at this time.
0 commit comments