diff --git a/bootstrap.sh b/bootstrap.sh index 76dd6efc..64e03834 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -35,3 +35,9 @@ autoconf autoheader $LIBTOOLIZE --copy --force --automake automake --add-missing --copy + +swig -version +if test $?; then + echo you need swig to build from SVN +fi +