Bug 495542 - make building without a necko/wifi an error. r=ted

This commit is contained in:
Doug Turner 2009-06-30 16:49:38 -07:00
parent 42d074eead
commit b151fd72c7

View File

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