Skip to content

Commit

Permalink
Merge pull request #221 from pqarmitage/update_configure
Browse files Browse the repository at this point in the history
Update configure in line with configure.in - request #1
  • Loading branch information
acassen committed Jan 26, 2016
2 parents 3a77c1b + e016188 commit 6ffa552
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3755,6 +3755,21 @@ fi
done
for ac_header in libnfnetlink/libnfnetlink.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "libnfnetlink/libnfnetlink.h" "ac_cv_header_libnfnetlink_libnfnetlink_h" "$ac_includes_default"
if test "x$ac_cv_header_libnfnetlink_libnfnetlink_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBNFNETLINK_LIBNFNETLINK_H 1
_ACEOF
else
as_fn_error $? "
!!! Please install libnfnetlink headers. !!!" "$LINENO" 5
fi
done
ac_fn_c_check_decl "$LINENO" "ETHERTYPE_IPV6" "ac_cv_have_decl_ETHERTYPE_IPV6" "#include <net/ethernet.h>
"
if test "x$ac_cv_have_decl_ETHERTYPE_IPV6" = xyes; then :
Expand Down

0 comments on commit 6ffa552

Please sign in to comment.