rage/m4/efl_eo.m4

7 lines
158 B
Plaintext
Raw Normal View History

2014-01-20 03:34:48 -08:00
dnl use: EFL_ENABLE_EO_API_SUPPORT
AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT],
[
AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API])
])