Fix variable name for the failing case
authorRicardo Mones <ricardo@mones.org>
Fri, 31 May 2013 06:29:39 +0000 (08:29 +0200)
committerPaul <paul@claws-mail.org>
Sat, 8 Jun 2013 19:58:17 +0000 (20:58 +0100)
(cherry picked from commit 7f3695d49fba24f50fcb58e2fc7f5991cc9009ea)

configure.ac

index f57dea12c9ae6c79c9dbecef482d767cde1358b3..e1d166b2b3c0039dec88d893f12e8d8f6db92320 100644 (file)
@@ -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)