diff -uNr zarafa-7.1.5.orig/autoconf/swig.m4 zarafa-7.1.5/autoconf/swig.m4 --- zarafa-7.1.5.orig/autoconf/swig.m4 2013-08-15 17:10:38.483748612 +0200 +++ zarafa-7.1.5/autoconf/swig.m4 2013-08-15 17:11:28.996117121 +0200 @@ -12,9 +12,9 @@ need_swig=no fi -AC_PATH_PROG(SWIG_EXEC, [swig]) +AC_PATH_PROG(SWIG_EXEC, [swig1.3]) if test "$need_swig" = "yes" -a "x$SWIG_EXEC" = "x"; then - AC_MSG_ERROR([Current options require swig, but swig binary is not found]) + AC_MSG_ERROR([Current options require swig 1.3, but swig 1.3 binary is not found]) fi AM_CONDITIONAL([WITH_SWIG], [test "$want_swig" = "yes"]) ])