missing define for BUILD_ECORE_DESKTOP
authortilman <tilman>
Thu, 16 Nov 2006 16:53:59 +0000 (16:53 +0000)
committertilman <tilman@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 16 Nov 2006 16:53:59 +0000 (16:53 +0000)
SVN revision: 27139

legacy/ecore/configure.in

index 93d6c00..82efc3d 100644 (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