From ad94eaaa6d9b152ea7d793453c6acad566ecc830 Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Mon, 9 Dec 2013 09:40:58 +0900 Subject: [PATCH] don't apply patch when configure --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index e9d5859..89dc1cb 100644 --- a/config.m4 +++ b/config.m4 @@ -21,7 +21,7 @@ sundown/html/html_smartypants.c sundown/html/houdini_href_e.c sundown/html/houdini_html_e.c " - patch -p1 -N -b < buffer_win32_compat.patch +# patch -p1 -N -b < buffer_win32_compat.patch PHP_NEW_EXTENSION(sundown,$SUNDOWN_SOURCES, $ext_shared) CFLAGS="-Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement"