From: Michael Wallner Date: Tue, 8 Nov 2005 21:28:43 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_0_18_0~22 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=589a7ccffbfdb31c8a8ab9aca5ba22299e2690a7;hp=86508dbae5f9296485820e654f07af59be55003f ws --- 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