From 3f426f3b434bdd03ca9d41cfade9cab9c84b5f5b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 14 Oct 2009 15:19:57 +0200 Subject: [PATCH] build: reword warning message for x_tables.h absence --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 915125d..3475611 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ else PKG_CHECK_MODULES([libxtables], [xtables >= 1.4.3]) fi; AC_CHECK_HEADERS([linux/netfilter/x_tables.h], [], - [AC_MSG_ERROR([You need to have (/usr/include/)linux/netfilter/x_tables.h])]) + [AC_MSG_ERROR([You need to have linux/netfilter/x_tables.h, either through /usr/include or the iptables directory (--with-xtables=)])]) regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \ -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations \