Skip to content

Commit

Permalink
fixed config.w32 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
chobie committed Jan 14, 2012
1 parent 15f4e85 commit cb623e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.w32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG_WITH('sundown', 'sundown extension', 'no');

if (SUNDOWN != "no") {
if (PHP_SUNDOWN != "no") {

EXTENSION("sundown", "php_sundown.c,sundown_markdown.c,render_base.c,render_html.c,render_xhtml.c,buffer.c,markdown.c,html.c,html_smartypants.c,autolink.c,stack.c,houdini_href_e.c,houdini_html_e.c");
EXTENSION("sundown", "php_sundown.c sundown_markdown.c render_base.c render_html.c render_xhtml.c buffer.c markdown.c html.c html_smartypants.c autolink.c stack.c houdini_href_e.c houdini_html_e.c");
}

0 comments on commit cb623e4

Please sign in to comment.