From b151fd72c7fd76fe6d98c05f6da066167f8d060f Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Tue, 30 Jun 2009 16:49:38 -0700 Subject: [PATCH] Bug 495542 - make building without a necko/wifi an error. r=ted --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b4a8c2135028..298c2ecaf113 100644 --- a/configure.in +++ b/configure.in @@ -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)