mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 00:30:51 +02:00
build: mention libiw (in addition to wireless-tools) if headers aren't found (bgo #656340)
This commit is contained in:
parent
aa9d902add
commit
1bae763d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ AC_COMPILE_IFELSE(
|
|||
[ac_have_iwevgenie=no])
|
||||
AC_MSG_RESULT($ac_have_iwevgenie)
|
||||
if test "$ac_have_iwevgenie" = no; then
|
||||
AC_MSG_ERROR(wireless-tools library and development headers >= 28pre9 not installed or not functional)
|
||||
AC_MSG_ERROR(wireless-tools or libiw development headers >= 28pre9 not installed or not functional)
|
||||
fi
|
||||
|
||||
dnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue