Changeset 25022


Ignore:
Timestamp:
2015-03-11T07:25:16+01:00 (9 years ago)
Author:
adrpo
Message:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:externals
      •  

        old new  
        1 https://openmodelica.org/svn/OpenModelicaExternal/trunk/3rdParty@126 3rdParty
         1https://openmodelica.org/svn/OpenModelicaExternal/trunk/3rdParty@137 3rdParty
  • trunk/configure.in

    r25018 r25022  
    235235
    236236if test ! "$DARWIN" = "1"; then
    237   if test -f "/opt/local/include/boost/array.hpp"; then
    238     BOOST_INCLUDE="-DBOOST_ROOT=/opt/local/include/boost/"
    239   else
    240     BOOST_INCLUDE=""
     237  if test -f "$prefix/include/boost/array.hpp"; then
     238    BOOST_INCLUDE="-DBOOST_ROOT=$prefix/include/"
     239  else
     240    if test -f "/opt/local/include/boost/array.hpp"; then
     241      BOOST_INCLUDE="-DBOOST_ROOT=/opt/local/include/"
     242    else
     243      BOOST_INCLUDE=""
     244    fi
    241245  fi
    242246else
Note: See TracChangeset for help on using the changeset viewer.