small autotools fix for the Coyote OS
authorVincent Torri <vincent.torri@gmail.com>
Mon, 17 Sep 2012 05:52:32 +0000 (05:52 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 17 Sep 2012 05:52:32 +0000 (05:52 +0000)
SVN revision: 76733

legacy/eet/configure.ac

index 7326c08..444b840 100644 (file)
@@ -229,8 +229,7 @@ PKG_CHECK_EXISTS([exotic],
    [
     enable_exotic="yes"
     AC_DEFINE([HAVE_EXOTIC_H], [1], [Define to 1 if you have Exotic.])
-    EINA_CONFIGURE_HAVE_EXOTIC="#define EINA_HAVE_EXOTIC"
-    requirements_pc_eina="exotic ${requirements_pc_eina}"
+    requirements_pc_eet="exotic ${requirements_pc_eet}"
    ],
    [enable_exotic="no"])