From 2c9c0f1e8f39d944ddc0c55200b05c1ec8b61b3e Mon Sep 17 00:00:00 2001 From: Ken Steele Date: Thu, 2 Oct 2014 17:17:02 -0400 Subject: [PATCH] Fix typo in configure message about nfnetlink --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 05e2cc5097..c5be7c9806 100644 --- a/configure.ac +++ b/configure.ac @@ -678,7 +678,7 @@ echo " ERROR! nfnetlink library not found, go get it" echo " from www.netfilter.org." echo " we automatically append libnetfilter_queue/ when searching" - echo " for headers etc. when the --with-libnfnetlink-inlcudes directive" + echo " for headers etc. when the --with-libnfnetlink-includes directive" echo " is used" echo fi