From: Jelmer Vernooij Date: Tue, 10 Jun 2008 22:11:11 +0000 (+0200) Subject: Clarify error when SWIG can't be found - it's not required unless you X-Git-Tag: samba-4.0.0alpha5~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f57fcaa2e8af3e2b03ba401f4fda812fe55745b;p=thirdparty%2Fsamba.git Clarify error when SWIG can't be found - it's not required unless you intend to do development. --- diff --git a/source/scripting/python/ac_pkg_swig.m4 b/source/scripting/python/ac_pkg_swig.m4 index 013743c1a00..8d3561a0a7d 100644 --- a/source/scripting/python/ac_pkg_swig.m4 +++ b/source/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'])