[38547] in Kerberos

home help back first fref pref prev next nref lref last post

[bug] typo on configure.in

daemon@ATHENA.MIT.EDU (Osipov, Michael)
Tue May 28 10:41:26 2019

To: <kerberos@mit.edu>
From: "Osipov, Michael" <michael.osipov@siemens.com>
Message-ID: <df62c257-353f-ae45-48db-bfeab884db79@siemens.com>
Date: Mon, 27 May 2019 12:59:54 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

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.

Regards,

Michael
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post