From 647105c905c5a1dfde910b8478968daee9633a2e Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Tue, 23 Jul 2013 11:24:43 +0900 Subject: elementary: we are using the beta API of EFL. --- m4/efl_beta.m4 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 m4/efl_beta.m4 (limited to 'm4') 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]) +]) -- cgit v1.2.1