summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 16:14:44 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 16:14:44 +0000
commit3a654bf8e99cfebd415ea03a065dcf87c315e1c2 (patch)
treee3826220fb1f5fc6ec20b3bd03a6c9873f70bfce /autogen.sh
parent632accef0cd2567a584d61a9ff766271d6a6440e (diff)
downloadlasso-3a654bf8e99cfebd415ea03a065dcf87c315e1c2.tar.gz
lasso-3a654bf8e99cfebd415ea03a065dcf87c315e1c2.tar.xz
lasso-3a654bf8e99cfebd415ea03a065dcf87c315e1c2.zip
Corrected SWIG warning. (deleted it.)
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.