Changeset 21068

Show
Ignore:
Timestamp:
04/15/08 22:29:20 (1 month ago)
Author:
patrick
Message:

MFT r21066: Boost 1.34 and newer on Mac OS X include the "-mt" library name

component.

Files:

Legend:

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

    r20576 r21068  
    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