missing define for BUILD_ECORE_DESKTOP

SVN revision: 27139
This commit is contained in:
tilman 2006-11-16 16:53:59 +00:00 committed by tilman
parent 0d42fa44c1
commit e22ae28a41
1 changed files with 1 additions and 0 deletions

View File

@ -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