From 2aedabb52ce4ec113540f870a6a3c2c46d6c29ce Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 16 Jan 2014 12:08:37 -0800 Subject: [PATCH] Including requires on some systems. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f075823..414ae08 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ AC_COMPILE_IFELSE( ]) AC_CHECK_HEADER(linux/netlink.h, - [AC_DEFINE([HAVE_NETLINK],[1],[Support for Linux netlink])]) + [AC_DEFINE([HAVE_NETLINK],[1],[Support for Linux netlink])], [], [#include ]) ################################################################################################################ ### Library checks