projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012e698
)
small autotools fix for the Coyote OS
author
Vincent Torri
<vincent.torri@gmail.com>
Mon, 17 Sep 2012 05:52:32 +0000
(
05:52
+0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Mon, 17 Sep 2012 05:52:32 +0000
(
05:52
+0000)
SVN revision: 76733
legacy/eet/configure.ac
patch
|
blob
|
history
diff --git
a/legacy/eet/configure.ac
b/legacy/eet/configure.ac
index
7326c08
..
444b840
100644
(file)
--- 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"])