build: Patching ax_boost_base.m4 so it can detect correct path to Boost libraries on Ubuntu 13.10 (32-bit platform case)
Change-Id: I903e9f50328e02a868c6bddec7ebd393c175a606
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index c675f12..6b7ce35 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -103,6 +103,12 @@
AC_REQUIRE([AC_CANONICAL_HOST])
libsubdirs="lib/${host_cpu}-${host_os} $libsubdirs"
+ case ${host_cpu} in
+ i?86)
+ libsubdirs="lib/i386-${host_os} $libsubdirs"
+ ;;
+ esac
+
dnl first we check the system location for boost libraries
dnl this location ist chosen if boost libraries are installed with the --layout=system option
dnl or if you install boost with RPM