efl: final decision, if you have systemd use --enable-systemd.

This commit is contained in:
Cedric BAIL 2013-03-12 16:09:09 +09:00
parent 32661a5ac4
commit 23c320dd34
1 changed files with 12 additions and 0 deletions

View File

@ -491,6 +491,18 @@ AC_DEFINE_IF([HAVE_ATFILE_SOURCE],
###################### EFL ######################
AC_ARG_ENABLE([systemd],
[AC_HELP_STRING([--enable-systemd],
[Enable SystemD support. @<:@default=disabled@:>@])],
[
if test "x${enableval}" = "xyes" ; then
want_systemd="yes"
else
want_systemd="no"
fi
],
[want_systemd="no"])
#### Platform-dependent
DL_LIBS=""
DL_INTERNAL_LIBS=""