From 58ea1eaa9968a7a79a09b1c913ac1a7489757031 Mon Sep 17 00:00:00 2001 From: Ian Neal Date: Mon, 29 Oct 2012 18:24:03 +0000 Subject: [PATCH] Bug 802334 - Port |Bug 799391 - Remove libiw check| to comm-central r=Callek --- configure.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.in b/configure.in index 87b8917588..8b38282bc9 100644 --- a/configure.in +++ b/configure.in @@ -6283,14 +6283,6 @@ if test "$NECKO_WIFI" -a \ AC_MSG_ERROR([Necko WiFi scanning not supported on your platform, use --disable-necko-wifi]) fi -if test -z "$SKIP_LIBRARY_CHECKS" -a "$NECKO_WIFI" -a "$OS_ARCH" = "Linux" -then - AC_CHECK_HEADER([iwlib.h]) - if test "$ac_cv_header_iwlib_h" != "yes"; then - 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) or libiw-devel (openSUSE)); use --disable-necko-wifi to disable]) - fi -fi - if test "$NECKO_WIFI"; then AC_DEFINE(NECKO_WIFI) fi