rage/m4/efl_beta.m4

6 lines
183 B
Plaintext
Raw Normal View History

2014-01-20 03:34:48 -08: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])
])