]> granicus.if.org Git - ipset/commit
Try to solve PKG_CHECK_MODULES issue
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 18 Dec 2010 10:48:49 +0000 (11:48 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 18 Dec 2010 10:48:49 +0000 (11:48 +0100)
commit528bef7fc97c3b917c0387bea4c5a71202f32799
tree1cdf23a00e8efc18dfd9a6f6ab09e77bb13c50d6
parent92cc6bd3c5e62623fa37489ec17b331554561c37
Try to solve PKG_CHECK_MODULES issue

Rob Sterenborg reported, that on CentOs configure can fail with

./configure: line 11510: syntax error near unexpected token `[libmnl],'
./configure: line 11510: `PKG_CHECK_MODULES([libmnl], [libmnl >= 1])'

Therefore I added 'aclocal -I m4' to autogen.sh, hoping that it solves
the issue.
autogen.sh