Changes in configure [4fe4be2:ffea9b9]
Legend:
- Unmodified
- Added
- Removed
-
configure
r4fe4be2 rffea9b9 23 23 debug=0 24 24 strip=1 25 flood=0 25 26 ipv6=1 26 27 ssl=auto … … 288 289 fi 289 290 291 if [ "$flood" = 1 ]; then 292 # echo '#define FLOOD_SEND' >> config.h 293 echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr 294 rm config.h 295 rm Makefile.settings 296 exit 1 297 fi 298 290 299 echo 291 300 if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then
Note: See TracChangeset
for help on using the changeset viewer.