From: Sergey Kartashoff Date: Sun, 29 Aug 2004 14:18:15 +0000 (+0000) Subject: - A fix for building of shared mnogosearch module X-Git-Tag: php-4.3.9RC2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cebdf96d69afdcd5713a3aa99fd2089c225e2ee;p=php - A fix for building of shared mnogosearch module --- diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index d127ce6702..497838fbc4 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -47,7 +47,7 @@ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, AC_DEFINE(HAVE_MNOGOSEARCH,1,[ ]) - PHP_SUBST(MNOGOSEARCH_SHARED_LIBADD) PHP_NEW_EXTENSION(mnogosearch, php_mnogo.c, $ext_shared) + PHP_SUBST(MNOGOSEARCH_SHARED_LIBADD) fi