From: Roy Marples Date: Wed, 10 Sep 2014 08:40:06 +0000 (+0000) Subject: Fix nl80211.h test X-Git-Tag: v6.4.4~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=387fde080c60063e40b6ac15fcc065d286066ae6;p=thirdparty%2Fdhcpcd.git Fix nl80211.h test --- diff --git a/configure b/configure index c5b14213..4a94e15d 100755 --- a/configure +++ b/configure @@ -422,7 +422,7 @@ XCC="$XCC `$SED -n -e 's/CFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`" if [ "$OS" = linux ]; then printf "Testing for nl80211 ... " cat <_nl80211.c -#include +#include int main(void) { return 0; }