aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/ext/google/protobuf/config.m4
blob: ab032e466b5745bbaa727376f7ac12b0d28d27f9 (plain)
1
2
3
4
5
6
7
8
9
10
PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [  --enable-protobuf   Enable Protobuf extension])

if test "$PHP_PROTOBUF" != "no"; then

  PHP_NEW_EXTENSION(
    protobuf,
    array.c def.c encode_decode.c map.c message.c protobuf.c storage.c type_check.c upb.c utf8.c,
    $ext_shared)

fi