diff options
| author | don bright <hugh.m.bright@gmail.com> | 2013-01-30 03:59:59 (GMT) | 
|---|---|---|
| committer | don bright <hugh.m.bright@gmail.com> | 2013-01-30 03:59:59 (GMT) | 
| commit | 2eb5fddc538b211c71c40a252a0b5c9c790c9acf (patch) | |
| tree | 991eeed3d0153f1e675c137b2723e068b23c4fba /scripts | |
| parent | 600893dd74ba241eb65722e929d847dc5b0c282f (diff) | |
make boost random work with version less than 1.47
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-dependencies.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh index eaed556..6a3e637 100755 --- a/scripts/check-dependencies.sh +++ b/scripts/check-dependencies.sh @@ -449,7 +449,7 @@ check_old_local()    warnon=    if [ "`uname | grep -i linux`" ]; then      header_list="opencsg.h CGAL boost GL/glew.h gmp.h mpfr.h eigen2 eigen3" -    liblist="libboost libopencsg libCGAL libglew" +    liblist="libboost_system libboost_system-mt libopencsg libCGAL libglew"      for i in $header_list $liblist; do        if [ -e /usr/local/include/$i ]; then          echo "Warning: you have a copy of "$i" under /usr/local/include" | 
