Changeset 20875

Show
Ignore:
Timestamp:
10/02/07 10:03:56 (1 year ago)
Author:
patrick
Message:

MF22 r20874: Changed the default search path for Boost to /usr. More and more

Linux distributions are including Boost, and this change in the
default lookup path can make for one less option to have to pass
to the configure script.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/configure.ac

    r20733 r20875  
    510510DPP_LANG_RESTORE 
    511511 
    512 DPP_HAVE_BOOST([1.31.0], [/usr/local], , , 
     512DPP_HAVE_BOOST([1.31.0], [/usr], , , 
    513513               [AC_MSG_ERROR([*** Boost is required for VPR ***])]) 
    514514BOOST_VERSION_DOT="$dpp_boost_version"