mirror of
https://github.com/php/pecl-php-parsekit.git
synced 2026-03-24 01:02:10 +01:00
Adding win32 configuration file
This commit is contained in:
10
config.w32
Normal file
10
config.w32
Normal file
@@ -0,0 +1,10 @@
|
||||
// $Id$
|
||||
// vim:ft=javascript
|
||||
|
||||
ARG_ENABLE("parsekit", "enable parsekit support", "no");
|
||||
|
||||
if (PHP_PARSEKIT != "no") {
|
||||
AC_DEFINE('WITH_PARSEKIT', 1);
|
||||
EXTENSION("parsekit", "parsekit.c");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user