From 5fcfdfee0503fa91193be0d822fade1224959135 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 17 Sep 2012 05:52:32 +0000 Subject: [PATCH] small autotools fix for the Coyote OS SVN revision: 76733 --- legacy/eet/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 7326c081c7..444b8401a1 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/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"])