Mercurial > pidgin.yaz
changeset 19925:a25604fbfa92
Fix the capitalization of the python variable in a configure.ac check, I
believe this fixes #2826.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 12 Sep 2007 00:30:19 +0000 |
parents | b8b2abeb71a7 |
children | 0c83ec8cf17c |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Sep 11 23:21:07 2007 +0000 +++ b/configure.ac Wed Sep 12 00:30:19 2007 +0000 @@ -1187,7 +1187,7 @@ AC_PATH_PROG([PYTHON], [python], [no]) fi - if test x"$python" = x"no" ; then + if test x"$PYTHON" = x"no" ; then AC_MSG_WARN([python interpreter not found in your path]) enable_dbus=no fi