disable ecore_desktop by default

SVN revision: 31650
This commit is contained in:
doursse 2007-09-08 08:21:08 +00:00 committed by doursse
parent 8cb216641c
commit bb89d5a5ab
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ fi
AC_SUBST(fam_libs)
ECORE_CHECK_MODULE([Desktop], [yes], [$have_ecore_file],
ECORE_CHECK_MODULE([Desktop], [no], [$have_ecore_file],
[requirements_ecore_desktop="ecore-file"])
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)