Changes in configure [e9b755e:285b55d]
Legend:
- Unmodified
- Added
- Removed
-
configure
re9b755e r285b55d 30 30 gcov=0 31 31 plugins=1 32 ipv6=1 32 33 33 34 events=glib … … 70 71 --gcov=0/1 Disable/enable test coverage reporting $gcov 71 72 --plugins=0/1 Disable/enable plugins support $plugins 73 74 --ipv6=0/1 IPv6 socket support $ipv6 72 75 73 76 --events=... Event handler (glib, libevent) $events … … 131 134 #define CPU "$cpu" 132 135 EOF 136 137 if [ "$ipv6" = "1" ]; then 138 echo '#define IPV6' >> config.h 139 fi 133 140 134 141 if [ "$debug" = "1" ]; then
Note: See TracChangeset
for help on using the changeset viewer.