Changeset 20874

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

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/branches/2.2/modules/vapor/configure.ac

    r20711 r20874  
    540540DPP_LANG_RESTORE 
    541541 
    542 DPP_HAVE_BOOST([1.31.0], [/usr/local], , , 
     542DPP_HAVE_BOOST([1.31.0], [/usr], , , 
    543543               [AC_MSG_ERROR([*** Boost is required for VPR ***])]) 
    544544BOOST_VERSION_DOT="$dpp_boost_version"