Changeset 21066

Show
Ignore:
Timestamp:
04/15/08 21:59:57 (1 month ago)
Author:
patrick
Message:

Boost 1.34 and newer on Mac OS X include the "-mt" library name component.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/macros/vrj-helpers.m4

    r20974 r21066  
    394394   if test "x$PLATFORM" = "xDarwin" ; then 
    395395      $3='' 
    396       $4='' 
     396 
     397      if test $vj_boost_major -eq 1 -a $vj_boost_minor -ge 34 ; then 
     398         $4='-mt' 
     399      else 
     400         $4='' 
     401      fi 
    397402   else 
    398403      # We can only use multi-threading versions of Boost libraries if we are