cedric pushed a commit to branch master.

commit a829f37b83c365a6cb94f231c95c103c01a746b9
Author: Cedric Bail <[email protected]>
Date:   Thu Jun 27 16:04:44 2013 +0900

    expedite: request Eo EFL API.
---
 configure.ac | 2 ++
 m4/efl_eo.m4 | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/configure.ac b/configure.ac
index 03fa6b6..ecfd285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,6 +135,8 @@ esac
 
 PKG_CHECK_MODULES([EINA], eina >= 1.7.99 eo >= 1.7.99)
 
+EFL_ENABLE_EO_API_SUPPORT
+
 # Evas
 
 PKG_CHECK_MODULES([EVAS], evas >= 1.7.99 eet >= 1.7.99)
diff --git a/m4/efl_eo.m4 b/m4/efl_eo.m4
new file mode 100644
index 0000000..864baf5
--- /dev/null
+++ b/m4/efl_eo.m4
@@ -0,0 +1,6 @@
+dnl use: EFL_ENABLE_EO_API_SUPPORT
+AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT],
+[
+  AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API])
+])
+

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to