]> granicus.if.org Git - icinga2/commitdiff
Updated paths in ax_boost_base.m4 to auto-detect boost on OpenIndiana.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Sep 2012 11:06:31 +0000 (13:06 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Sep 2012 11:06:31 +0000 (13:06 +0200)
m4/ax_boost_base.m4

index f72bc2c3d250df967ff2097e6adebc1dd9ec1e22..3ae2fe045211f72883cd80b4df0f53941e190a98 100644 (file)
@@ -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