- Timestamp:
- 2006-01-14T20:34:10Z (19 years ago)
- Branches:
- master
- Children:
- 0431ea1
- Parents:
- 5c577bd (diff), 277674c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r5c577bd r9d6b229 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.