split off pecl_http
[m6w6/ext-apfd] / config.m4
diff --git a/config.m4 b/config.m4
new file mode 100644 (file)
index 0000000..6674c72
--- /dev/null
+++ b/config.m4
@@ -0,0 +1,6 @@
+PHP_ARG_ENABLE(apfd, whether to enable apfd support,
+[  --enable-apfd      Enable always-populate-form-data support])
+
+if test "$PHP_APFD" != "no"; then
+  PHP_NEW_EXTENSION(apfd, php_apfd.c, $ext_shared)
+fi