summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-09-10 08:40:06 +0000
committerRoy Marples <roy@marples.name>2014-09-10 08:40:06 +0000
commit387fde080c60063e40b6ac15fcc065d286066ae6 (patch)
tree6d9aa7bfb1f4595cf98f867fa8bc5b3cd30923d9 /configure
parent505c52f804d4bb8e2162f584b619ddaeaa4fa5b3 (diff)
downloaddhcpcd-387fde080c60063e40b6ac15fcc065d286066ae6.tar.xz
Fix nl80211.h test
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 <<EOF >_nl80211.c
-#include <linux/nl80211.hx>
+#include <linux/nl80211.h>
int main(void) {
return 0;
}