]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix nl80211.h test
authorRoy Marples <roy@marples.name>
Wed, 10 Sep 2014 08:40:06 +0000 (08:40 +0000)
committerRoy Marples <roy@marples.name>
Wed, 10 Sep 2014 08:40:06 +0000 (08:40 +0000)
configure

index c5b14213c5a18d7a874e681c80d5b283fda34f2b..4a94e15d573e61c7859ba58cbd0a7ce3944d4962 100755 (executable)
--- 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 <<EOF >_nl80211.c
-#include <linux/nl80211.hx>
+#include <linux/nl80211.h>
 int main(void) {
        return 0;
 }