diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-27 16:04:44 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-28 10:21:21 +0900 |
commit | a829f37b83c365a6cb94f231c95c103c01a746b9 (patch) | |
tree | f8c52dbf2b6a446cf42c16e119afcb6400e24697 /m4 | |
parent | 1a9f0c74ae603b47338a6e28993064fbe7a204a8 (diff) |
expedite: request Eo EFL API.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/efl_eo.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | dnl use: EFL_ENABLE_EO_API_SUPPORT | ||
2 | AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT], | ||
3 | [ | ||
4 | AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API]) | ||
5 | ]) | ||
6 | |||