File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14762,7 +14762,7 @@ DEPEND_CFLAGS_FILTER=
1476214762if test " $GCC " = yes; then
1476314763 { $as_echo " $as_me :${as_lineno-$LINENO } : checking for GCC 3 or later" >&5
1476414764$as_echo_n " checking for GCC 3 or later... " >&6 ; }
14765- gccmajor=` echo " $gccversion " | sed -e ' s/^\([1 -9]\)\..*$/\1/g' `
14765+ gccmajor=` echo " $gccversion " | sed -e ' s/^\([0 -9]\+ \)\..*$/\1/g' `
1476614766 if test " $gccmajor " -gt " 2" ; then
1476714767 DEPEND_CFLAGS_FILTER=" | sed 's+-I */+-isystem /+g'"
1476814768 { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
Original file line number Diff line number Diff line change @@ -2195,7 +2195,7 @@ else
21952195 fi
21962196
21972197 dnl On my HPUX system the X include dir is found, but the lib dir not.
2198- dnl This is a desparate try to fix this.
2198+ dnl This is a desperate try to fix this.
21992199
22002200 if test -d "$x_includes" && test ! -d "$x_libraries"; then
22012201 x_libraries=`echo "$x_includes" | sed s/include/lib/`
@@ -4447,7 +4447,7 @@ dnl the number before the version number.
44474447DEPEND_CFLAGS_FILTER=
44484448if test "$GCC" = yes; then
44494449 AC_MSG_CHECKING ( for GCC 3 or later )
4450- gccmajor=`echo "$gccversion" | sed -e 's/^\([ [ 1 -9] ] \)\..*$/\1/g'`
4450+ gccmajor=`echo "$gccversion" | sed -e 's/^\([ [ 0 -9] ] \+ \)\..*$/\1/g'`
44514451 if test "$gccmajor" -gt "2"; then
44524452 DEPEND_CFLAGS_FILTER="| sed 's+-I */+-isystem /+g'"
44534453 AC_MSG_RESULT ( yes )
Original file line number Diff line number Diff line change @@ -742,6 +742,8 @@ static char *(features[]) =
742742
743743static int included_patches [] =
744744{ /* Add new patch number below this line */
745+ /**/
746+ 213 ,
745747/**/
746748 212 ,
747749/**/
You can’t perform that action at this time.
0 commit comments