From: Ricardo Mones Date: Fri, 31 May 2013 06:29:39 +0000 (+0200) Subject: Fix variable name for the failing case X-Git-Tag: 3.9.2~3 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7f3695d49fba24f50fcb58e2fc7f5991cc9009ea;hp=df8a1d7e766dea1c48a47d6a7766e20922a78cab Fix variable name for the failing case --- diff --git a/configure.ac b/configure.ac index f57dea12c..e1d166b2b 100644 --- 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)