expedite/m4/efl_beta.m4

6 lines
183 B
Plaintext
Raw Normal View History

2013-07-22 19:29:11 -07:00
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])
])