From a6cc00369f1dfc8f0664fc17ea2d2cbf4132c217 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 18 Dec 2013 18:03:01 +0900 Subject: [PATCH] autotools: Evil is actually needed on Windows add the correct line for Ecore_Avahi. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 788d392..09df5b9 100644 --- a/configure.ac +++ b/configure.ac @@ -2593,6 +2593,9 @@ AC_ARG_ENABLE([avahi], ### Checks for programs +## Compatibility layers +EFL_PLATFORM_DEPEND([ECORE_AVAHI], [evil]) + ### Checks for libraries EFL_INTERNAL_DEPEND_PKG([ECORE_AVAHI], [ecore]) EFL_INTERNAL_DEPEND_PKG([ECORE_AVAHI], [eina]) -- 2.7.4