1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 17:22:18 -05:00

Fix configure output when python disabled

This commit is contained in:
TingPing 2013-10-10 00:39:36 -04:00
parent c226f4089a
commit 04f34feb26

View File

@ -280,6 +280,7 @@ if test "x$python" != xno ; then
esac esac
AC_MSG_CHECKING(Python version) AC_MSG_CHECKING(Python version)
AC_MSG_RESULT($PY_VER) AC_MSG_RESULT($PY_VER)
python="python-${PY_VER}"
fi fi
dnl ********************************************************************* dnl *********************************************************************
@ -826,7 +827,7 @@ echo MS Proxy NTLM \(ISA\) ... : $have_ntlm
echo libproxy support ...... : $libproxy echo libproxy support ...... : $libproxy
echo echo
echo Perl .................. : $perl echo Perl .................. : $perl
echo Python ................ : python-$PY_VER echo Python ................ : $python
echo echo
echo Checksum .............. : $checksum echo Checksum .............. : $checksum
echo Do At ................. : $doat echo Do At ................. : $doat