build: mention libiw (in addition to wireless-tools) if headers aren't found (bgo #656340)

This commit is contained in:
Dan Williams
2011-08-22 17:30:45 -05:00
parent aa9d902add
commit 1bae763d4d

View File

@@ -225,7 +225,7 @@ AC_COMPILE_IFELSE(
[ac_have_iwevgenie=no]) [ac_have_iwevgenie=no])
AC_MSG_RESULT($ac_have_iwevgenie) AC_MSG_RESULT($ac_have_iwevgenie)
if test "$ac_have_iwevgenie" = no; then 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 fi
dnl dnl