From 80a82eb7ce259b2daea178096729acec8acbfd6a Mon Sep 17 00:00:00 2001 From: Giovanni Torres Date: Thu, 31 Dec 2015 11:06:21 -0500 Subject: =?latin1?q?Added=20check=20for=20libnfnetlink=20header=20during=20t?= =?latin1?q?he=20configure=20step.=0A(cherry=20picked=20from=20commit=208cd8?= =?latin1?q?b4e4819f92229fba56ee731fd515003fb7c1)?= --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index fbb07a5..a61cc3f 100644 --- a/configure.in +++ b/configure.in @@ -50,6 +50,8 @@ dnl [do we really need this ?] AC_CHECK_HEADERS(linux/netlink.h linux/rtnetlink. AC_CHECK_HEADERS(openssl/ssl.h openssl/md5.h openssl/err.h,,AC_MSG_ERROR([ !!! OpenSSL is not properly installed on your system. !!! !!! Can not include OpenSSL headers files. !!!])) +AC_CHECK_HEADERS(libnfnetlink/libnfnetlink.h,,AC_MSG_ERROR([ + !!! Please install libnfnetlink headers. !!!])) AC_CHECK_DECL([ETHERTYPE_IPV6],[],[CFLAGS="$CFLAGS -DETHERTYPE_IPV6=0x86dd"], [[@%:@include ]]) -- 1.7.12.1