Changeset a3a3778 for configure


Ignore:
Timestamp:
2006-12-22T17:17:08Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5c5a586, 9225e08
Parents:
55078f5 (diff), bd28e6a (diff), a51be64 (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.
Message:

Merging trees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r55078f5 ra3a3778  
    2828debug=0
    2929strip=1
     30gcov=0
    3031ipv6=1
    3132
     
    6768--debug=0/1     Disable/enable debugging                $debug
    6869--strip=0/1     Disable/enable binary stripping         $strip
     70--gcov=0/1      Disable/enable test coverage reporting  $gcov
    6971
    7072--ipv6=0/1      IPv6 socket support                     $ipv6
     
    366368fi
    367369
     370if [ "$gcov" = "1" ]; then
     371        echo "CFLAGS+=-ftest-coverage -fprofile-arcs" >> Makefile.settings
     372        echo "EFLAGS+=-lgcov" >> Makefile.settings
     373fi
     374
    368375echo
    369376if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then
Note: See TracChangeset for help on using the changeset viewer.