[Commits] [SCM] claws branch, master, updated. 3.9.1-22-g7f3695d

mones at claws-mail.org mones at claws-mail.org
Fri May 31 08:33:08 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  7f3695d49fba24f50fcb58e2fc7f5991cc9009ea (commit)
      from  df8a1d7e766dea1c48a47d6a7766e20922a78cab (commit)


- Log -----------------------------------------------------------------
commit 7f3695d49fba24f50fcb58e2fc7f5991cc9009ea
Author: Ricardo Mones <ricardo at mones.org>
Date:   Fri May 31 08:29:39 2013 +0200

    Fix variable name for the failing case

diff --git a/configure.ac b/configure.ac
index f57dea1..e1d166b 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)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list