Jamfile fix

This commit is contained in:
Arvid Norberg 2008-02-17 21:37:20 +00:00
parent 3427e4548c
commit 77ac39c8c6
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ feature.compose <memdebug>on : <define>TORRENT_MEMDEBUG ;
feature logging : none default errors verbose : composite propagated link-incompatible ;
feature.compose <logging>default : <define>TORRENT_LOGGING ;
feature.compose <logging>errors : <define>TORRENT_ERRORLOGGING ;
feature.compose <logging>errors : <define>TORRENT_ERROR_LOGGING ;
feature.compose <logging>verbose : <define>TORRENT_VERBOSE_LOGGING ;
feature dht-support : on off logging : composite propagated link-incompatible ;