]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Python fallback in configure.ac
authorGreg Hudson <ghudson@mit.edu>
Tue, 28 May 2019 14:55:56 +0000 (10:55 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 Dec 2019 22:02:52 +0000 (17:02 -0500)
commited33a70c32f14cfe4cbbf3f490842b1fd1ef57f0
treea944663058e2ac2faee1294c3235d1feafbda7b1
parentbfc4bcaf6b132e12d15b0855c1cc71ddbe52c554
Fix Python fallback in configure.ac

Commit 2bd410ecdb366083fe9b4e5f6ac4b741b624230b (ticket 8709)
contained a typo "text" for "test", preventing the Python path check
from falling back from python2 to python.  This is now a fallback from
python3 to python, but the typo remains.  Fix it now.

Based on a patch by Michael Osipov.

(cherry picked from commit b7c260b22c5d815b83ff37a35569e07e847cd9c3)

ticket: 8810
version_fixed: 1.17.1
src/configure.in