aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-14 21:34:10 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-14 21:34:10 +0100
commit9d6b229674144d2a48348aeb120604164f371904 (patch)
tree1af39b40c8ecab8fff7b909452d3303ef6d472c0 /configure
parent5c577bd5e2ee33dbe7389df6f4baf659c34de365 (diff)
parent277674c82d3dbcb355214cbaceb34599832e1261 (diff)
Imported changes from main tree.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index b2ef4e86..7900967b 100755
--- a/configure
+++ b/configure
@@ -22,7 +22,6 @@ yahoo=1
debug=0
strip=1
-flood=0
ipv6=1
ssl=auto
@@ -288,14 +287,6 @@ else
fi;
fi
-if [ "$flood" = 1 ]; then
- # echo '#define FLOOD_SEND' >> config.h
- echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr
- rm config.h
- rm Makefile.settings
- exit 1
-fi
-
echo
if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then
rev=`bzr revno`