- Timestamp:
- 2007-11-05T22:59:49Z (17 years ago)
- Branches:
- master
- Children:
- be68d99
- Parents:
- 5e2615a (diff), 7435ccf (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
r5e2615a r2231302 30 30 gcov=0 31 31 plugins=1 32 ipv6=133 32 34 33 events=glib … … 71 70 --gcov=0/1 Disable/enable test coverage reporting $gcov 72 71 --plugins=0/1 Disable/enable plugins support $plugins 73 74 --ipv6=0/1 IPv6 socket support $ipv675 72 76 73 --events=... Event handler (glib, libevent) $events … … 134 131 #define CPU "$cpu" 135 132 EOF 136 137 if [ "$ipv6" = "1" ]; then138 echo '#define IPV6' >> config.h139 fi140 133 141 134 if [ "$debug" = "1" ]; then
Note: See TracChangeset
for help on using the changeset viewer.