summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-07-23 11:24:43 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-07-23 11:27:34 +0900
commit647105c905c5a1dfde910b8478968daee9633a2e (patch)
tree11f6f40b9131793b878ca2dd3270c45a5c292ee0 /m4
parent3747d4b148807a45d17c13e7fcc36723156370c5 (diff)
downloadelementary-647105c905c5a1dfde910b8478968daee9633a2e.tar.gz
elementary: we are using the beta API of EFL.
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_beta.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/efl_beta.m4 b/m4/efl_beta.m4
new file mode 100644
index 000000000..c8047299f
--- /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])
+])