Changeset 2645

Show
Ignore:
Timestamp:
06/02/08 18:35:58 (6 months ago)
Author:
edmanm
Message:

r426@thebe: edmanm | 2008-06-02 18:36:31 -0400
Build with miniupnpc support by default. The checkbox still defaults to
disabled.

Location:
vidalia/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2637 r2645  
    6969endif(USE_QSSLSOCKET) 
    7070 
    71 ## UPnP support is currently optional (disabled by default) 
    72 option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." OFF) 
     71## UPnP support is currently optional (enabled by default) 
     72option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." ON) 
    7373 
    7474## Check for system header files 
  • vidalia/trunk/INSTALL

    r2637 r2645  
    184184                                          support. 
    185185 
    186   -DUSE_MINIUPNPC=1                       Build Vidalia with UPnP support. 
     186  -DUSE_MINIUPNPC=0                       Disable UPnP support in Vidalia. 
    187187 
    188188  -DOSX_FAT_BINARY=1                      Build Vidalia as a Universal binary.