mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Don't silently disable WiFi on Linux if we can't find iwlib.h. (Bug 503597) r=dougt,bsmedberg
This commit is contained in:
parent
09ddc04152
commit
978752534d
@ -7951,6 +7951,8 @@ if test "$NECKO_WIFI"; then
|
||||
AC_CHECK_HEADER([iwlib.h])
|
||||
if test "$ac_cv_header_iwlib_h" = "yes"; then
|
||||
NECKO_WIFI=1
|
||||
else
|
||||
AC_MSG_ERROR([Can't find header iwlib.h for Necko WiFi scanning (might be in package iwlib-dev (Ubuntu) or wireless-tools-devel (Fedora)); use --disable-necko-wifi to disable])
|
||||
fi
|
||||
elif test "$OS_ARCH" = "Darwin"; then
|
||||
NECKO_WIFI=1
|
||||
|
Loading…
Reference in New Issue
Block a user