From 592b5d158dad46b45fb7c57558c3f40e8ddbe10b Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 27 Jul 2012 09:23:35 +0700 Subject: [PATCH] Block using --enable-swig until SWIG is fixed. We don't want users to get crashy ZNC, do we? --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2ab56b9c..968d6376 100644 --- a/configure.ac +++ b/configure.ac @@ -318,6 +318,7 @@ fi if test "x$PERL" != xno -o "x$PYTHON" != xno; then old_USESWIG="$USESWIG" if test "x$USESWIG" != "xno"; then + AC_MSG_ERROR([As of 2012-07-27 upstream SWIG crashes ZNC. Please check http://en.znc.in/wiki/Modperl or http://en.znc.in/wiki/Modpython for the second way of installing modperl/modpython.]) AC_PROG_SWIG([1.3.40]) test -z "$SWIG" && USESWIG=no fi