cedric pushed a commit to branch master.

commit 3521719685ae99b80e39bca337f5abf67433b120
Author: Cedric Bail <[email protected]>
Date:   Tue Jul 23 11:39:54 2013 +0900

    clouseau: we are using beta API.
---
 configure.ac   | 2 ++
 m4/efl_beta.m4 | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index 50d23ce..676f464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,8 @@ PKG_CHECK_MODULES([EFL],
    ]
  )
 
+EFL_ENABLE_BETA_API_SUPPORT
+
 # Detect systemd user session directory properly
 EFL_PKG_CHECK_VAR([USER_SESSION_DIR], [systemd], [systemduserunitdir],
         [have_systemd_user_session="yes"], [have_systemd_user_session="no"])
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