From: caro Date: Mon, 17 Sep 2012 05:52:32 +0000 (+0000) Subject: small autotools fix for the Coyote OS X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6724651a1929e4984a2959e05e79cee5930492d;p=profile%2Fivi%2Feet.git small autotools fix for the Coyote OS git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@76733 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 7326c08..444b840 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])