Fix typo in error message. (Bug 505774)

This commit is contained in:
L. David Baron 2009-07-22 14:58:16 -04:00
Родитель 5ac4d53376
Коммит ce9ac156d8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7952,7 +7952,7 @@ if test "$NECKO_WIFI"; then
if test "$ac_cv_header_iwlib_h" = "yes"; then
NECKO_WIFI=1
else
AC_MSG_ERROR([Can't find header iwlib.h for Necko WiFi scanning (might be in package iwlib-dev (Ubuntu) or wireless-tools-devel (Fedora)); use --disable-necko-wifi to disable])
AC_MSG_ERROR([Can't find header iwlib.h for Necko WiFi scanning (might be in package libiw-dev (Ubuntu) or wireless-tools-devel (Fedora)); use --disable-necko-wifi to disable])
fi
elif test "$OS_ARCH" = "Darwin"; then
NECKO_WIFI=1