From ad7b757a25d90e995606947ee639d5b620c267a2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 4 Oct 2013 16:57:18 +0200 Subject: 'ist' -> 'is' here and there. Change-Id: I0a463c38214b95582db2c7b3979367255426c14e --- m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/ax_boost_base.m4') diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index 0dead6dc2ff0..7a0cf52d2e69 100644 --- a/m4/ax_boost_base.m4 +++ b/m4/ax_boost_base.m4 @@ -96,7 +96,7 @@ if test "x$want_boost" = "xyes"; then fi 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 this location is chosen if boost libraries are installed with the --layout=system option dnl or if you install boost with RPM if test "$ac_boost_path" != ""; then BOOST_CPPFLAGS="-I$ac_boost_path/include" -- cgit