From: Gunnar Beutner Date: Tue, 18 Sep 2012 11:06:31 +0000 (+0200) Subject: Updated paths in ax_boost_base.m4 to auto-detect boost on OpenIndiana. X-Git-Tag: v0.0.1~80^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9378482118fc61f27eec8f0a63905216c9db7db;p=icinga2 Updated paths in ax_boost_base.m4 to auto-detect boost on OpenIndiana. --- 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