summaryrefslogtreecommitdiff
path: root/scripts/check-dependencies.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-30 16:58:39 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-30 16:58:39 (GMT)
commitced1c377744c6d1efd69f461398658c366eb0cc0 (patch)
treea89d1c30afb343518f3e2d1ec8a6afa7eed88362 /scripts/check-dependencies.sh
parent6f205814bc516ba71b7b02185986206d099ac000 (diff)
parentc7cc3ab03184a1759315d4aeea292092f2069d3b (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts/check-dependencies.sh')
-rwxr-xr-xscripts/check-dependencies.sh2
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"
contact: Jan Huwald // Impressum