mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 12:10:10 +01:00
build: fix nl80211.h check
This commit is contained in:
parent
6c57060d36
commit
c225a6397f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ AC_COMPILE_IFELSE(
|
|||
#include <linux/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <linux/nl80211.h>]],
|
||||
[[int a = NL80211_RATE_INFO_BITRATE;]])],
|
||||
[[int a = NL80211_RATE_INFO_BITRATE; a++;]])],
|
||||
[ac_have_nl80211=yes],
|
||||
[ac_have_nl80211=no])
|
||||
AC_MSG_RESULT($ac_have_nl80211)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue