Re: [bug] typo on configure.in

2019-05-28 Thread Robbie Harwood
"Osipov, Michael" writes: > Folks, > > please find a patch to fix a simple typo in configure.in: > --- configure.in.orig 2019-05-27 12:59:00 + > +++ configure.in2019-05-27 12:59:06 + > @@ -1110,7 +1110,7 @@ > > # For Python tests. > AC_CHECK_PROG(PYTHON,python3,python3) > -i

Re: [bug] typo on configure.in

2019-05-28 Thread Greg Hudson
On 5/27/19 6:59 AM, Osipov, Michael wrote: > please find a patch to fix a simple typo in configure.in: Thanks, I have pushed this and will backport it to 1.17 for the next patch release. Kerberos mailing list Kerberos@mit.edu https://mail

[bug] typo on configure.in

2019-05-28 Thread Osipov, Michael
Folks, please find a patch to fix a simple typo in configure.in: --- configure.in.orig 2019-05-27 12:59:00 + +++ configure.in2019-05-27 12:59:06 + @@ -1110,7 +1110,7 @@ # For Python tests. AC_CHECK_PROG(PYTHON,python3,python3) -if text x"$PYTHON" = x; then +if test x"$PYTHON