1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Clarify error when SWIG can't be found - it's not required unless you

intend to do development.
(This used to be commit 0f57fcaa2e8af3e2b03ba401f4fda812fe55745b)
This commit is contained in:
Jelmer Vernooij 2008-06-11 00:11:11 +02:00
parent 31a2a98d83
commit 4c144bbc9e

View File

@ -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'])