Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re9b755e r285b55d  
    3030gcov=0
    3131plugins=1
     32ipv6=1
    3233
    3334events=glib
     
    7071--gcov=0/1      Disable/enable test coverage reporting  $gcov
    7172--plugins=0/1   Disable/enable plugins support          $plugins
     73
     74--ipv6=0/1      IPv6 socket support                     $ipv6
    7275
    7376--events=...    Event handler (glib, libevent)          $events
     
    131134#define CPU "$cpu"
    132135EOF
     136
     137if [ "$ipv6" = "1" ]; then
     138        echo '#define IPV6' >> config.h
     139fi
    133140
    134141if [ "$debug" = "1" ]; then
Note: See TracChangeset for help on using the changeset viewer.