From f7d7eb4b44b7fdad1942e32856d6afc2e6dcabda Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 Dec 2010 16:10:18 +0100 Subject: [PATCH] boost.m4: Fix syntax error --- boost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.m4 b/boost.m4 index 1331a84..bffcf4a 100644 --- a/boost.m4 +++ b/boost.m4 @@ -32,7 +32,7 @@ AC_DEFUN([ID_BOOST], if test -d "$b"; then BOOST_LIB="-L$b" fi - fi + done BOOST_CPPFLAGS="-I${with_boost}/include" if test ! -f "${with_boost}/include/boost/version.hpp"; then for b in ${with_boost}/include/boost-*; do -- 1.7.10.4