From 8a5c2976f6b6fbe59b14f28462fbb2a547d20a59 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 3 Dec 2009 15:41:56 +0000 Subject: [PATCH] * eet: Fix order. SVN revision: 44174 --- legacy/eet/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 868cc8a0b5..c8c1455bb5 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/configure.ac @@ -177,10 +177,10 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) ### Checks for libraries -# Evil library for compilation on Windows - EFL_CHECK_PTHREAD([have_pthread="yes"], [have_pthread="no"]) +# Evil library for compilation on Windows + EFL_EET_BUILD="" case "$host_os" in mingw* | cegcc*)