]> granicus.if.org Git - php/commitdiff
- missing define
authorPierre Joye <pajoye@php.net>
Thu, 8 Oct 2009 20:59:50 +0000 (20:59 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 8 Oct 2009 20:59:50 +0000 (20:59 +0000)
ext/enchant/config.w32

index 08075031a66e7c93b4110ac02107b3259efaa685..3e4c35725e27ae32f510ad4fd4e19360ed6ddead 100644 (file)
@@ -9,6 +9,7 @@ if (PHP_ENCHANT == "yes") {
                        CHECK_LIB("libenchant.lib", "enchant", PHP_ENCHANT) ) {
                EXTENSION("enchant", "enchant.c");
                AC_DEFINE('HAVE_ENCHANT', 1, 'Have Enchant support', false);
+               AC_DEFINE('HAVE_ENCHANT_BROKER_SET_PARAM', 1);
                ADD_FLAG("CFLAG_ENCHANT", "/D _WIN32");
        } else {
                WARNING('Could not find enchant.h; skipping');