cedric pushed a commit to branch master.

commit c6f999aa467b86ac7f8f84b7d9c409863ebda94f
Author: Cedric Bail <[email protected]>
Date:   Tue Jul 23 11:26:43 2013 +0900

    efl: add a macro for beta API support.
---
 configure.ac   | 1 +
 m4/efl_beta.m4 | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 2335f96..3a726a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ efl_api="both"
 
 #### For the moment the Eo EFL API is not ready you need to explicitely optin.
 EFL_ENABLE_EO_API_SUPPORT
+EFL_ENABLE_BETA_API_SUPPORT
 
 AC_ARG_WITH([api],
    [AC_HELP_STRING([--with-api=@<:@eo/legacy/both@:>@], [Select the EFL API 
Model @<:@default=both@:>@])],
diff --git a/m4/efl_beta.m4 b/m4/efl_beta.m4
new file mode 100644
index 0000000..c804729
--- /dev/null
+++ b/m4/efl_beta.m4
@@ -0,0 +1,5 @@
+dnl use: EFL_ENABLE_BETA_API_SUPPORT
+AC_DEFUN([EFL_ENABLE_BETA_API_SUPPORT],
+[
+  AC_DEFINE([EFL_BETA_API_SUPPORT], [1], [Enable access to unstable EFL API 
that are still in beta])
+])

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to