From 2989e654ac4a22b4be387ecda1b14e4245cf06cd Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 10 Apr 2008 16:51:46 -0700 Subject: [PATCH] Fixes to configure script based on suggestions from GigaFin. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d86e553c4..581157eef 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE AC_PROG_CC AC_PROG_CPP +AC_PROG_LD AC_USE_SYSTEM_EXTENSIONS @@ -27,7 +28,8 @@ CHECK_LINUX(l24, 2.4, 2.4, KSRC24, L24_ENABLED) AC_CHECK_HEADER([linux/netlink.h], [HAVE_NETLINK=yes], [HAVE_NETLINK=no], - [#include ]) + [#include +#include ]) AM_CONDITIONAL([HAVE_NETLINK], [test "$HAVE_NETLINK" = yes]) if test "$HAVE_NETLINK" = yes; then AC_DEFINE([HAVE_NETLINK], [1], -- 2.43.0