[bug] typo on configure.in

Robbie Harwood rharwood at redhat.com
Tue May 28 11:10:41 EDT 2019


"Osipov, Michael" <michael.osipov at siemens.com> writes:

> Folks,
>
> please find a patch to fix a simple typo in configure.in:
> --- configure.in.orig   2019-05-27 12:59:00 +0000
> +++ configure.in        2019-05-27 12:59:06 +0000
> @@ -1110,7 +1110,7 @@
>
>   # For Python tests.
>   AC_CHECK_PROG(PYTHON,python3,python3)
> -if text x"$PYTHON" = x; then
> +if test x"$PYTHON" = x; then
>          AC_CHECK_PROG(PYTHON,python,python)
>   fi
>   HAVE_PYTHON=no
>
> This fixes the following error:
>> ./configure[13077]: text:  not found.

Hi, this looks to be a patch against MIT krb5.  Would you mind
submitting it as a pull request to our github?
https://github.com/krb5/krb5/  (If that's a problem, just let us know
and one of us can submit it instead.)

Thanks,
--Robbie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
Url : http://mailman.mit.edu/pipermail/kerberos/attachments/20190528/847a7b6a/attachment.bin


More information about the Kerberos mailing list