summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-12 14:53:41 +0100
committerinfirit <[email protected]>2014-12-12 14:53:41 +0100
commitac129af9977b268607be4fe0d4c66076a95f067e (patch)
tree79469f72f49d7b59cfc2115fb01117bac1e33d4d /configure.ac
parent77653708c08b4090c5b6aa449a6c22bc837f8536 (diff)
downloadmate-panel-ac129af9977b268607be4fe0d4c66076a95f067e.tar.bz2
mate-panel-ac129af9977b268607be4fe0d4c66076a95f067e.tar.xz
clock: use GNetworkMonitor
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6 From: Alberts Muktupāvels <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 3335b7df..16c67b2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,17 +146,6 @@ AC_SUBST(CLOCK_CFLAGS)
AC_SUBST(CLOCK_LIBS)
DBUS_REQUIRED=1.1.2
-NETWORK_MANAGER_REQUIRED=0.6
-
-AC_ARG_ENABLE(network_manager, AS_HELP_STRING([--enable-network-manager],[Enable NetworkManager support (auto)]),enable_network_manager=$enableval,enable_network_manager=auto)
-if test "x$enable_network_manager" = "xno" ; then
- HAVE_NETWORK_MANAGER=no
-else
- PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= $NETWORK_MANAGER_REQUIRED, HAVE_NETWORK_MANAGER=yes, HAVE_NETWORK_MANAGER=no)
-fi
-if test "x$HAVE_NETWORK_MANAGER" = "xyes" ; then
- AC_DEFINE(HAVE_NETWORK_MANAGER, 1, [Defined if NetworkManager support is enabled])
-fi
# Make it possible to compile the applets in-process
PANEL_INPROCESS_NONE=
@@ -386,7 +375,6 @@ echo "
Gtk+ version: ${GTK_API_VERSION}
Ubuntu Counter Hack: ${ENABLE_UBUNTU}
Applets to build in-process: ${PANEL_INPROCESS_APPLETS}
- NetworkManager support: ${HAVE_NETWORK_MANAGER}
XRandr support: ${have_randr}
Build introspection support: ${found_introspection}
Build gtk-doc documentation: ${enable_gtk_doc}