config.m4 306 B

12345678910
  1. PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-protobuf Enable Protobuf extension])
  2. if test "$PHP_PROTOBUF" != "no"; then
  3. PHP_NEW_EXTENSION(
  4. protobuf,
  5. arena.c array.c bundled_php.c convert.c def.c map.c message.c names.c php-upb.c protobuf.c,
  6. $ext_shared)
  7. fi