- Timestamp:
- 2007-10-18T16:44:25Z (17 years ago)
- Branches:
- master
- Children:
- 7435ccf
- Parents:
- c511365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc511365 re9b755e 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.