ws
authorMichael Wallner <mike@php.net>
Tue, 8 Nov 2005 21:28:43 +0000 (21:28 +0000)
committerMichael Wallner <mike@php.net>
Tue, 8 Nov 2005 21:28:43 +0000 (21:28 +0000)
config.m4

index 403fafa5765519cd221e43c8ff7232af4f9622aa..ff1f707aab3d0f413dd1235ea628bc788082b77a 100644 (file)
--- 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