
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here. --- ChangeLog | 6 ++++++ m4/with-swilena.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f6b6cd..39fe1e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-09 Roland Levillain <roland@lrde.epita.fr> + + Require SWIG >= 1.3.35 for Swilena. + + * m4/with-swilena.m4 (_OLN_WITH_SWIG): Here. + 2010-03-31 Roland Levillain <roland@lrde.epita.fr> * bootstrap: Check for HeVeA instead of TeX4ht. diff --git a/m4/with-swilena.m4 b/m4/with-swilena.m4 index 08cfdf4..c33b72c 100644 --- a/m4/with-swilena.m4 +++ b/m4/with-swilena.m4 @@ -95,14 +95,14 @@ if test x$with_swig != xno; then # [You need Ruby development files to compile the Ruby interface.])]) # CPPFLAGS=$save_CPPFLAGS - AC_PROG_SWIG([1.3.36]) + AC_PROG_SWIG([1.3.35]) if (eval "$SWIG -version") >/dev/null 2>&1; then :; else oln_has_swig=no fi case $with_swig:$oln_has_swig in yes:no) - AC_MSG_ERROR([SWIG 1.3.36 is required. + AC_MSG_ERROR([SWIG 1.3.35 is required. Use `--without-swig' to disable SWIG modules.]);; esac fi -- 1.5.6.5