summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-09-17 05:52:32 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-09-17 05:52:32 +0000
commit66f3159aa2a0aeb1629c3c6a9ed9488c8c95954a (patch)
treee05740a0fe4fdf26f5b091beb162e722ef78974e
parent7d53c6d70cf2ebcaf61c17487e79ae14c1b097ef (diff)
downloadeet-66f3159aa2a0aeb1629c3c6a9ed9488c8c95954a.tar.gz
small autotools fix for the Coyote OS
SVN revision: 76733
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 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"])