projects
/
profile
/
ivi
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa768f2
)
system-monitor: default to being enabled.
author
Krisztian Litkey
<kli@iki.fi>
Fri, 14 Feb 2014 21:14:50 +0000
(23:14 +0200)
committer
Krisztian Litkey
<krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:13 +0000
(18:37 +0200)
Change-Id: I9ffa5f42b084dffe49af6df0e20652a5d34de676
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
dbff4e2
..
4e9e619
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-528,7
+528,7
@@
AC_SUBST(LIBXML2_LIBS)
# Check if system-monitor (plugin) support should be enabled.
AC_ARG_ENABLE(system-monitor,
[ --enable-system-monitor enable system-monitor support],
- [enable_sysmon=$enableval], [enable_sysmon=
no
])
+ [enable_sysmon=$enableval], [enable_sysmon=
yes
])
if test "$enable_sysmon" = "yes"; then
AC_MSG_NOTICE([System-monitor support is enabled.])