X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=config.m4;fp=config.m4;h=925eebb605b99bfb332225f128356cb0e317e958;hp=0000000000000000000000000000000000000000;hb=c38dee009b9bdeb017274e06efca1795a4da5c8c;hpb=dfada8e41a3c2bffe71818ff8ab119aec8bd8419 diff --git a/config.m4 b/config.m4 new file mode 100644 index 0000000..925eebb --- /dev/null +++ b/config.m4 @@ -0,0 +1,7 @@ +PHP_ARG_ENABLE(propro, whether to enable property proxy support, +[ --enable-propro Enable property proxy support]) + +if test "$PHP_PROPRO" != "no"; then + PHP_INSTALL_HEADERS(ext/propro, php_propro.h) + PHP_NEW_EXTENSION(propro, php_propro.c, $ext_shared) +fi