From 1bae763d4d11161a308da5b2b1223adb6428aefe Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 22 Aug 2011 17:30:45 -0500 Subject: [PATCH] build: mention libiw (in addition to wireless-tools) if headers aren't found (bgo #656340) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4e9790497b..16d897e21a 100644 --- a/configure.ac +++ b/configure.ac @@ -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