- Timestamp:
- 2006-01-10T14:20:48Z (19 years ago)
- Branches:
- master
- Children:
- dd8d4c5
- Parents:
- 2d75b56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r2d75b56 r4fe4be2 23 23 debug=0 24 24 strip=1 25 flood=026 25 ipv6=1 27 26 ssl=auto … … 289 288 fi 290 289 291 if [ "$flood" = 1 ]; then292 # echo '#define FLOOD_SEND' >> config.h293 echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr294 rm config.h295 rm Makefile.settings296 exit 1297 fi298 299 290 echo 300 291 if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then
Note: See TracChangeset
for help on using the changeset viewer.