Bug 482613. Until WinCE wifi support is enabled, do not error out. fixes build bustage on wince

This commit is contained in:
Doug Turner 2009-03-17 23:56:28 -07:00
Родитель 15a27bd8f9
Коммит aca2c082c9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7858,7 +7858,7 @@ if test "$NECKO_WIFI"; then
elif test "$OS_ARCH" = "WINNT"; then elif test "$OS_ARCH" = "WINNT"; then
NECKO_WIFI=1 NECKO_WIFI=1
else else
AC_MSG_ERROR([Necko WiFi scanning not supported on your platform.]) AC_MSG_WARN([Necko WiFi scanning not supported on your platform.])
fi fi
AC_SUBST(NECKO_WIFI) AC_SUBST(NECKO_WIFI)