Changeset 2645
- Timestamp:
- 06/02/08 18:35:58 (6 months ago)
- Location:
- vidalia/trunk
- Files:
-
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CMakeLists.txt
r2637 r2645 69 69 endif(USE_QSSLSOCKET) 70 70 71 ## UPnP support is currently optional ( disabled by default)72 option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." O FF)71 ## UPnP support is currently optional (enabled by default) 72 option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." ON) 73 73 74 74 ## Check for system header files -
vidalia/trunk/INSTALL
r2637 r2645 184 184 support. 185 185 186 -DUSE_MINIUPNPC= 1 Build Vidalia with UPnP support.186 -DUSE_MINIUPNPC=0 Disable UPnP support in Vidalia. 187 187 188 188 -DOSX_FAT_BINARY=1 Build Vidalia as a Universal binary.
