File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5826,6 +5826,9 @@ rm -f core conftest.err conftest.$ac_objext \
58265826$as_echo " too old" >&6 ; }
58275827 fi
58285828 fi
5829+ if test " $fail_if_missing " = " yes" -a " $python3_ok " ! = " yes" ; then
5830+ as_fn_error " could not configure python3" " $LINENO " 5
5831+ fi
58295832fi
58305833
58315834
Original file line number Diff line number Diff line change @@ -1229,6 +1229,9 @@ eof
12291229 AC_MSG_RESULT(too old)
12301230 fi
12311231 fi
1232+ if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
1233+ AC_MSG_ERROR([could not configure python3])
1234+ fi
12321235fi
12331236
12341237AC_SUBST(PYTHON3_CONFDIR)
Original file line number Diff line number Diff line change @@ -728,6 +728,8 @@ static char *(features[]) =
728728
729729static int included_patches [] =
730730{ /* Add new patch number below this line */
731+ /**/
732+ 1193 ,
731733/**/
732734 1192 ,
733735/**/
You can’t perform that action at this time.
0 commit comments