From 04f34feb26227dc02500fafa6e0b77b0b310aea7 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 10 Oct 2013 00:39:36 -0400 Subject: Fix configure output when python disabled --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 976bba37..4c56c4d4 100644 --- a/configure.ac +++ b/configure.ac @@ -280,6 +280,7 @@ if test "x$python" != xno ; then esac AC_MSG_CHECKING(Python version) AC_MSG_RESULT($PY_VER) + python="python-${PY_VER}" fi dnl ********************************************************************* @@ -826,7 +827,7 @@ echo MS Proxy NTLM \(ISA\) ... : $have_ntlm echo libproxy support ...... : $libproxy echo echo Perl .................. : $perl -echo Python ................ : python-$PY_VER +echo Python ................ : $python echo echo Checksum .............. : $checksum echo Do At ................. : $doat -- cgit 1.4.1