embryo: try to handle _LIBS appropriatly.
[framework/uifw/embryo.git] / configure.ac
index 14168e2..1ff8b4d 100644 (file)
@@ -117,9 +117,7 @@ PKG_CHECK_MODULES([EXOTIC],
    [enable_exotic="no"])
 
 if test "x${enable_exotic}" = "xyes"; then
-    requirement_eina="exotic ${requirement_eina}"
-    EINA_CFLAGS="${EINA_CFLAGS} ${EXOTIC_CFLAGS}"
-    EINA_LIBS="${EXOTIC_LIBS}"
+    requirement_embryo="exotic ${requirement_embryo}"
 
     AC_DEFINE([HAVE_EXOTIC], [1], [Define to 1 if you have Exotic.])
 fi