From 44d8aaa13abdc7d09ff7f65352d03bbcc996650e Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 7 Oct 2012 09:06:26 +0700 Subject: [PATCH] Improve message in ./configure about SWIG --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bfb95f07..49584e3a 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,7 @@ if test "x$PERL" != xno -o "x$PYTHON" != xno; then else AC_MSG_NOTICE([modperl/modpython files are found, no SWIG needed]) fi + USESWIG="not needed" SWIG="" else USESWIG=yes