Update wireless-tools message to be more informative

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/NETWORKMANAGER_0_7@4377 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-12-09 19:47:39 +00:00
parent 6bfade3227
commit 54d49012b1

View file

@ -169,7 +169,7 @@ AC_TRY_COMPILE([#ifndef __user
[ac_have_iwevgenie=no])
AC_MSG_RESULT($ac_have_iwevgenie)
if test "$ac_have_iwevgenie" = no; then
AC_MSG_ERROR(wireless-tools >= 28pre9 not installed or not functional)
AC_MSG_ERROR(wireless-tools library and development headers >= 28pre9 not installed or not functional)
fi
PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.75)