diff --git a/config.m4 b/config.m4 index c8b5097..8df5eaf 100644 --- a/config.m4 +++ b/config.m4 @@ -1,4 +1,6 @@ dnl config.m4 for extension tarantool +dnl set C compiler to C99 mode +AC_PROG_CC_C99 PHP_ARG_ENABLE(tarantool, for tarantool support, [ --enable-tarantool Enable tarantool support])