From: Martin Mares Date: Mon, 31 May 2004 20:49:11 +0000 (+0000) Subject: Make the check for work with recent libc's. X-Git-Tag: v1.2.0~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f387e11a319ea55104c6e8362f9820bf1b00097;p=thirdparty%2Fbird.git Make the check for work with recent libc's. --- diff --git a/configure.in b/configure.in index c74ab387c..12958840c 100644 --- a/configure.in +++ b/configure.in @@ -145,7 +145,10 @@ AC_SUBST(protocols) case $sysdesc in */linux-22*|*/linux-v6*) - AC_CHECK_HEADER(linux/rtnetlink.h,,[AC_MSG_ERROR([Appropriate version of Linux kernel headers not found.])]) + AC_CHECK_HEADER(linux/rtnetlink.h,,[AC_MSG_ERROR([Appropriate version of Linux kernel headers not found.])],[ +#include +#include +]) ;; esac