small autotools fix for the Coyote OS

SVN revision: 76733
This commit is contained in:
Vincent Torri 2012-09-17 05:52:32 +00:00
parent 012e698a54
commit 5fcfdfee05
1 changed files with 1 additions and 2 deletions

View File

@ -229,8 +229,7 @@ PKG_CHECK_EXISTS([exotic],
[ [
enable_exotic="yes" enable_exotic="yes"
AC_DEFINE([HAVE_EXOTIC_H], [1], [Define to 1 if you have Exotic.]) AC_DEFINE([HAVE_EXOTIC_H], [1], [Define to 1 if you have Exotic.])
EINA_CONFIGURE_HAVE_EXOTIC="#define EINA_HAVE_EXOTIC" requirements_pc_eet="exotic ${requirements_pc_eet}"
requirements_pc_eina="exotic ${requirements_pc_eina}"
], ],
[enable_exotic="no"]) [enable_exotic="no"])