efl/ecore: remove check glib-always x g_main_loop as it does not make sense.

if we use g_main_loop we're always integrated with glib main loop, not
conflicting/exclusive.




SVN revision: 80384
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-06 19:48:34 +00:00
parent bdbf2171fe
commit 8a4d83506b
1 changed files with 0 additions and 4 deletions

View File

@ -2036,10 +2036,6 @@ if test "x${have_glib}" = "xno"; then
want_g_main_loop="no"
fi
if test "x${with_glib}" = "xalways" && test "x${want_g_main_loop}" = "xyes"; then
AC_MSG_ERROR([--with-glib set to always and --enable-glib-main-loop are mutually exclusive])
fi
want_glib_integration_always=no
if test "x${with_glib}" = "xalways" ; then
want_glib_integration_always="yes"