summaryrefslogtreecommitdiff
path: root/build/import/libboost/configure
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-22 12:51:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-22 12:51:13 +0200
commit7ac042aaa117dd702c682cf9ef3b90374b384f37 (patch)
treed782577e2d35eb6a27e65c3553c086b618e16750 /build/import/libboost/configure
parent9bee16eff6e972a69093ae8e854619986c315581 (diff)
Update boost import stub
Diffstat (limited to 'build/import/libboost/configure')
-rwxr-xr-xbuild/import/libboost/configure11
1 files changed, 10 insertions, 1 deletions
diff --git a/build/import/libboost/configure b/build/import/libboost/configure
index 2c62d45..c924a30 100755
--- a/build/import/libboost/configure
+++ b/build/import/libboost/configure
@@ -2,7 +2,7 @@
# file : build/import/libboost/configure
# author : Boris Kolpackov <boris@kolpackov.net>
-# copyright : Copyright (c) 2005-2008 Boris Kolpackov
+# copyright : Copyright (c) 2005-2010 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
@@ -45,6 +45,14 @@ if [ "$installed" = "n" ]; then
fi
$echo
+$echo "Link explicitly to the boost system library? This library"
+$echo "is available since boost 1.35.0 and linking to it explicitly"
+$echo "may be required by newer linkers."
+$echo
+
+link_system=`read_y_n y`
+
+$echo
$echo "Please enter optional suffix that may be embedded into the"
$echo "boost library names. For example, if your library names are in"
$echo "the libboost_regex-gcc41-mt-d.so form, then enter -gcc41-mt-d"
@@ -56,6 +64,7 @@ read -e -p "[]: " suffix
echo libboost_installed := $installed >$1
echo libboost_suffix := $suffix >>$1
+echo libboost_system := $link_system >>$1
if [ "$installed" = "n" ]; then