Changeset 2abfbc5
- Timestamp:
- 2007-08-30T22:17:51Z (17 years ago)
- Branches:
- master
- Children:
- f2b171d
- Parents:
- a8a0b4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
ra8a0b4c r2abfbc5 29 29 strip=1 30 30 gcov=0 31 plugins=1 31 32 ipv6=1 32 33 … … 69 70 --strip=0/1 Disable/enable binary stripping $strip 70 71 --gcov=0/1 Disable/enable test coverage reporting $gcov 72 --plugins=0/1 Disable/enable plugins support $plugins 71 73 72 74 --ipv6=0/1 IPv6 socket support $ipv6 … … 383 385 fi 384 386 387 if [ "$plugins" = 0 ]; then 388 echo '#undef WITH_PLUGINS' >> config.h 389 else 390 echo '#define WITH_PLUGINS' >> config.h 391 fi 392 385 393 echo 386 394 if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then
Note: See TracChangeset
for help on using the changeset viewer.