You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
204 B

ARG_ENABLE('ecore', 'ecore support', 'no');
if (PHP_ECORE != 'no') {
AC_DEFINE('HAVE_ECORE', 1, 'ecore support enabled');
EXTENSION('ecore', 'ecore.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
}