From 7ac042aaa117dd702c682cf9ef3b90374b384f37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Apr 2010 12:51:13 +0200 Subject: Update boost import stub --- build/import/libboost/configure | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'build/import/libboost/configure') 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 -# 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 -- cgit v1.1