summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-12-15 03:09:58 +0200
committerJasmine Hassan <[email protected]>2012-12-15 07:01:10 +0200
commit8bcea2de19cab57e0c340cf6d8ebf181c31529df (patch)
treebce5bdc8caf53488abf592e93f49ae71227b6c60 /configure.ac
parent7e6d4ef02b5d8d7ae8c9dcc27a37e9f844b09b90 (diff)
downloadmate-settings-daemon-8bcea2de19cab57e0c340cf6d8ebf181c31529df.tar.bz2
mate-settings-daemon-8bcea2de19cab57e0c340cf6d8ebf181c31529df.tar.xz
[all] Silence build by default, and remove unneeded version requirements
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=b9b785508085d77818c76ab4aed8ee574dbd1756
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e3d3c89..3b73ec7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,8 @@ AC_CONFIG_SRCDIR([mate-settings-daemon/mate-settings-manager.c])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
AC_STDC_HEADERS
AC_PROG_CXX
AM_PROG_CC_C_O
@@ -348,9 +350,7 @@ AC_SUBST(NSS_DATABASE)
# ---------------------------------------------------------------------------
POLKIT_REQUIRED=0.91
-DBUS_GLIB_REQUIRED=0.71
DBUS_REQUIRED=1.1.2
-NETWORK_MANAGER_REQUIRED=0.6
# PolicyKit detection; defaults to 'auto' (use it if it's available)
#