From d9378482118fc61f27eec8f0a63905216c9db7db Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 18 Sep 2012 13:06:31 +0200 Subject: [PATCH] Updated paths in ax_boost_base.m4 to auto-detect boost on OpenIndiana. --- m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index f72bc2c3d..3ae2fe045 100644 --- a/m4/ax_boost_base.m4 +++ b/m4/ax_boost_base.m4 @@ -108,7 +108,7 @@ if test "x$want_boost" = "xyes"; then fi done elif test "$cross_compiling" != yes; then - for ac_boost_path_tmp in /usr /usr/local /opt /opt/local "`pwd`/compat" ; do + for ac_boost_path_tmp in /usr /usr/local /opt /opt/local /usr/g++ "`pwd`/compat" ; do if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then for libsubdir in $libsubdirs ; do if ls "$ac_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi