From e22ae28a4149f0ab3d5c2421116f27227a679a55 Mon Sep 17 00:00:00 2001 From: tilman Date: Thu, 16 Nov 2006 16:53:59 +0000 Subject: [PATCH] missing define for BUILD_ECORE_DESKTOP SVN revision: 27139 --- legacy/ecore/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 93d6c00..82efc3d 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -1199,6 +1199,7 @@ if test "x$have_ecore_file" = "xyes"; then else AC_MSG_RESULT(ecore_file not enabled so ecore_desktop will not be enabled) want_ecore_desktop="no" + AM_CONDITIONAL(BUILD_ECORE_DESKTOP, false) fi -- 2.7.4