summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index fc4c923e..d1e64d7f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -127,11 +127,6 @@ if (swig -help) </dev/null >/dev/null 2>&1; then
echo " (version $swig_min_vers or newer is required)"
# DIE="yes"
fi
-else
- echo
- echo "$program: WARNING: You will need to have \`swig' installed to compile $PACKAGE."
- echo " (version $swig_min_vers or newer is required)"
-# DIE="yes"
fi
# - If something went wrong, exit with error code:1.