diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-27 15:51:07 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-28 10:18:39 +0900 |
commit | 383592b44402e8552a85b8dc5d152717871d48dd (patch) | |
tree | 68472c4ed7204557bd08ea8edef7202b51e49001 /m4/efl_eo.m4 | |
parent | 0ed0d796117352a9c497deda51b55e50a3c7c5ec (diff) |
eo: eo is absolutely necessary by now, can't be disabled any more.
Diffstat (limited to '')
-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 0000000000..864baf5fc1 --- /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 | |||