blob: c8047299f787fa06a113726f1f83fcca2041faac (
plain) (
blame)
1
2
3
4
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])
])
|