efl/ecore: remove check glib-always x g_main_loop as it does not make sense.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 19:48:34 +0000 (19:48 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 19:48:34 +0000 (19:48 +0000)
if we use g_main_loop we're always integrated with glib main loop, not
conflicting/exclusive.

SVN revision: 80384

configure.ac

index d3ab314..4f0ee3a 100644 (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"