From 368d06679e3ba007284e52449ba2a90c4883a1f0 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 1 May 2012 15:19:35 +0700 Subject: [PATCH] Clarify a message in configure.ac a bit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c5fb0140..612f1dd6 100644 --- a/configure.ac +++ b/configure.ac @@ -357,7 +357,7 @@ if test "x$PYTHON" != "xno"; then if test "x$USESWIG" = xyes; then : PKG_CHECK_MODULES([python32], [$PYTHON >= 3.2], [PYTHON_32=yes], [PYTHON_32=no]) if test "x$PYTHON_32" = xyes; then - AC_MSG_NOTICE([python 3.2+ found, requiring newer swig.]) + AC_MSG_NOTICE([python 3.2+ found, requiring swig 2.0.4+]) AC_PROG_SWIG([2.0.4]) if test -z "$SWIG"; then AC_MSG_ERROR([$SWIG_ERROR])