From 589a7ccffbfdb31c8a8ab9aca5ba22299e2690a7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 8 Nov 2005 21:28:43 +0000 Subject: [PATCH] ws --- config.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.30.2