Revert "add first part of the ecore_con support. elm_map.c must be fixed."
authorTom Hacohen <tom@stosb.com>
Sun, 10 Jul 2011 11:51:47 +0000 (11:51 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 10 Jul 2011 11:51:47 +0000 (11:51 +0000)
Elm doesn't compile for me with this in.
This reverts commit 61193

SVN revision: 61198

legacy/elementary/configure.ac
legacy/elementary/src/lib/elm_map.c

index 3d4f5c2..8355255 100644 (file)
@@ -218,17 +218,6 @@ PKG_CHECK_MODULES([ELEMENTARY],
    ]
 )
 
-PKG_CHECK_MODULES([ECORE_CON],
-       [ecore-con],
-       [
-        have_ecore_con="yes"
-        AC_DEFINE(HAVE_ECORE_CON, 1, [Use Ecore_Con for connections])
-        requirement_elm="ecore-con ${requirement_elm}"
-       ],
-       [have_ecore_con="no"])
-
-AM_CONDITIONAL([HAVE_ECORE_CON], [test "x${have_ecore_con}" = "xyes"])
-
 PKG_CHECK_MODULES([EIO],
        [eio],
        [
index 399af5d..658f656 100644 (file)
@@ -1,11 +1,4 @@
-#ifdef HAVE_CONFIG
-# include <elementary_config.h>
-#endif
-
-#ifdef HAVE_ECORE_CON
-# include <Ecore_Con.h>
-#endif
-
+#include <Ecore_Con.h>
 #include "Elementary.h"
 #include "elm_priv.h"