projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3392f08
)
autotools: only turn on auto testing on linux.
author
Cedric BAIL
<cedric.bail@samsung.com>
Wed, 11 Dec 2013 04:46:33 +0000
(13:46 +0900)
committer
Cedric BAIL
<cedric.bail@samsung.com>
Wed, 11 Dec 2013 04:46:33 +0000
(13:46 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
540bcb4
..
adb1225
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-211,6
+211,7
@@
case "$host_os" in
;;
linux*)
have_linux="yes"
+ want_systemd="auto"
;;
esac
@@
-567,8
+568,7
@@
AC_ARG_ENABLE([systemd],
else
want_systemd="no"
fi
- ],
- [want_systemd="auto"])
+ ])
# check for systemd library if requested
if test "x${want_systemd}" = "xyes" -o "x${want_systemd}" = "xauto"; then