X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;h=ff1f707aab3d0f413dd1235ea628bc788082b77a;hp=403fafa5765519cd221e43c8ff7232af4f9622aa;hb=589a7ccffbfdb31c8a8ab9aca5ba22299e2690a7;hpb=86508dbae5f9296485820e654f07af59be55003f diff --git a/config.m4 b/config.m4 index 403fafa..ff1f707 100644 --- a/config.m4 +++ b/config.m4 @@ -1,5 +1,6 @@ dnl config.m4 for pecl/http dnl $Id$ +dnl vim: noet ts=1 sw=1 PHP_ARG_ENABLE([http], [whether to enable extended HTTP support], [ --enable-http Enable extended HTTP support]) @@ -201,10 +202,10 @@ dnl ---- php_http_encoding_api.h phpstr/phpstr.h" PHP_SUBST([PHP_HTTP_HEADERS]) - dnl outside src dir - PHP_ADD_MAKEFILE_FRAGMENT - dnl within src dir - ifdef([PHP_INSTALL_HEADERS], [PHP_INSTALL_HEADERS(ext/http, $PHP_HTTP_HEADER_FILES)], [ ]) + dnl outside src dir + PHP_ADD_MAKEFILE_FRAGMENT + dnl within src dir + ifdef([PHP_INSTALL_HEADERS], [PHP_INSTALL_HEADERS(ext/http, $PHP_HTTP_HEADER_FILES)], [ ]) AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support]) fi