From: Gustavo Sverzut Barbieri Date: Thu, 6 Dec 2012 19:48:34 +0000 (+0000) Subject: efl/ecore: remove check glib-always x g_main_loop as it does not make sense. X-Git-Tag: submit/devel/efl/20131022.203902~3049 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a4d83506b8a89aa96beeb3028030d2f5fba2d68;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/configure.ac b/configure.ac index d3ab314..4f0ee3a 100644 --- a/configure.ac +++ b/configure.ac @@ -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"