Commit 829e02dc authored by Peter Weilbacher's avatar Peter Weilbacher
Browse files

[OS/2] Bug 506524: Disable Necko-WiFi by default on OS/2, r=wuno@lsvw

parent 9015a369
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7953,6 +7953,9 @@ if test "$NECKO_WIFI"; then
    NECKO_WIFI=1
  elif test "$OS_ARCH" = "WINCE"; then
    NECKO_WIFI=1    
  elif test "$OS_ARCH" = "OS2"; then
    dnl OS/2 implementation of Necko-WiFi support will be added in bug 506566
    NECKO_WIFI=
  else
    AC_MSG_ERROR([Necko WiFi scanning not supported on your platform, use --disable-necko-wifi])
  fi