From 23c320dd34230771d169ed886f362a6db515eed1 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 12 Mar 2013 16:09:09 +0900 Subject: [PATCH] efl: final decision, if you have systemd use --enable-systemd. --- configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configure.ac b/configure.ac index ef0c9d89dd..36e97769bd 100644 --- a/configure.ac +++ b/configure.ac @@ -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=""