network: Make panel required on Linux
But do it earlier than the end of configure messages.
This commit is contained in:
parent
035880a261
commit
f5e2dc9c12
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ PKG_CHECK_MODULES(NETWORK_MANAGER,
|
|||
mm-glib >= $MODEM_MANAGER_REQUIRED_VERSION,
|
||||
[have_networkmanager=yes], have_networkmanager=no)
|
||||
if test "x$have_networkmanager" = xno ; then
|
||||
AC_MSG_WARN(*** Network panel will not be built (NetworkManager or ModemManager not found) ***)
|
||||
linux_error_or_warn "*** Network panel will not be built (NetworkManager or ModemManager not found) ***"
|
||||
else
|
||||
AC_DEFINE(BUILD_NETWORK, 1, [Define to 1 to build the Network panel])
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue