Browse Source

- fix win32 build

experimental/5.2-WITH_DRCP
Pierre Joye 19 years ago
parent
commit
6387c99f83
  1. 2
      ext/tokenizer/config.w32

2
ext/tokenizer/config.w32

@ -4,7 +4,7 @@
ARG_ENABLE("tokenizer", "tokenizer support", "yes");
if (PHP_TOKENIZER == "yes") {
EXTENSION("tokenizer", "tokenizer.c");
EXTENSION("tokenizer", "tokenizer.c tokenizer_data.c");
AC_DEFINE("HAVE_TOKENIZER", 1, "Tokenizer support");
}

Loading…
Cancel
Save