build: report whether WEXT is enabled or not (bgo #674650)

This commit is contained in:
Dan Williams 2012-04-24 13:07:49 -05:00
parent 48981a6166
commit 91f23df7ec

View file

@ -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}