From 91f23df7ec0abaec29dd443d2a7b2777e7ce0baa Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 24 Apr 2012 13:07:49 -0500 Subject: [PATCH] build: report whether WEXT is enabled or not (bgo #674650) --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index ed66b3d8e5..172578dd78 100644 --- a/configure.ac +++ b/configure.ac @@ -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}