From a6724651a1929e4984a2959e05e79cee5930492d Mon Sep 17 00:00:00 2001 From: caro Date: Mon, 17 Sep 2012 05:52:32 +0000 Subject: [PATCH] small autotools fix for the Coyote OS git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@76733 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]) -- 2.7.4