summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-11 00:11:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-11 00:11:11 +0200
commit4c144bbc9ede305616a2f2fb91695f94d589c85e (patch)
tree1ebef3d87e03ee6c85345b17de32f60f2711113e
parent31a2a98d83685a866052ce1aa08072d785c506b7 (diff)
downloadsamba-4c144bbc9ede305616a2f2fb91695f94d589c85e.tar.gz
samba-4c144bbc9ede305616a2f2fb91695f94d589c85e.tar.bz2
samba-4c144bbc9ede305616a2f2fb91695f94d589c85e.zip
Clarify error when SWIG can't be found - it's not required unless you
intend to do development. (This used to be commit 0f57fcaa2e8af3e2b03ba401f4fda812fe55745b)
-rw-r--r--source4/scripting/python/ac_pkg_swig.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/ac_pkg_swig.m4 b/source4/scripting/python/ac_pkg_swig.m4
index 013743c1a0..8d3561a0a7 100644
--- a/source4/scripting/python/ac_pkg_swig.m4
+++ b/source4/scripting/python/ac_pkg_swig.m4
@@ -109,7 +109,7 @@ AC_DEFUN([AC_PROG_SWIG],[
if test $available_major -ne $required_major \
-o $available_minor -ne $required_minor \
-o $available_patch -lt $required_patch ; then
- AC_MSG_WARN([SWIG version >= $1 is required. You have $swig_version. You should look at http://www.swig.org])
+ AC_MSG_WARN([SWIG version >= $1 is required if you would like to work on the SWIG bindings. You have $swig_version. ])
SWIG='no'
else
AC_MSG_NOTICE([SWIG executable is '$SWIG'])