diff options
| author | Roy Marples <roy@marples.name> | 2014-09-10 08:40:06 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-09-10 08:40:06 +0000 |
| commit | 387fde080c60063e40b6ac15fcc065d286066ae6 (patch) | |
| tree | 6d9aa7bfb1f4595cf98f867fa8bc5b3cd30923d9 /configure | |
| parent | 505c52f804d4bb8e2162f584b619ddaeaa4fa5b3 (diff) | |
| download | dhcpcd-387fde080c60063e40b6ac15fcc065d286066ae6.tar.xz | |
Fix nl80211.h test
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
