talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7f3695d49fba24f50fcb58e2fc7f5991cc9009ea
parent df8a1d7e766dea1c48a47d6a7766e20922a78cab
Author: Ricardo Mones <ricardo@mones.org>
Date:   Fri, 31 May 2013 08:29:39 +0200

Fix variable name for the failing case

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1254,7 +1254,7 @@ AM_PATH_PYTHON([2.5], [ [AC_MSG_FAILURE([cross-compiling not supported])]) if test x"$found_libpython_so" != x"yes"; then AC_MSG_RESULT(no) - AC_MSG_WARN(Could not find Python shared libary: $PYTHON_SO_FILE does not exist. Maybe you need to install development packages for Python.) + AC_MSG_WARN(Could not find Python shared libary: ${PYTHON_SHARED_LIB}. Maybe you need to install development packages for Python.) HAVE_PYTHON=no else AC_MSG_RESULT(yes)