mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 08:50:12 +01:00
build: report whether WEXT is enabled or not (bgo #674650)
This commit is contained in:
parent
48981a6166
commit
91f23df7ec
1 changed files with 6 additions and 0 deletions
|
|
@ -873,6 +873,12 @@ fi
|
|||
|
||||
echo libnl version: ${libnl_version}
|
||||
|
||||
if test "${ac_with_wext}" = "yes"; then
|
||||
echo WEXT support: yes
|
||||
else
|
||||
echo WEXT support: no
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Building documentation: ${with_docs}
|
||||
echo Building tests: ${with_tests}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue