projects
/
m4-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cce3b0
)
boost.m4: Fix syntax error
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Dec 2010 15:10:18 +0000
(16:10 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Dec 2010 15:10:18 +0000
(16:10 +0100)
boost.m4
patch
|
blob
|
history
diff --git
a/boost.m4
b/boost.m4
index
1331a84
..
bffcf4a
100644
(file)
--- 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