From: Sergey Kartashoff Date: Mon, 5 Feb 2001 14:00:36 +0000 (+0000) Subject: Fixed default search path. X-Git-Tag: php-4.0.5RC1~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=886cd2d9375b62bf57c4cb4e5c2e7b4c934a46ec;p=php Fixed default search path. @- Fixed default search path. (gluke) --- diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index 0be9b34758..76bc9c86e7 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -3,14 +3,14 @@ dnl $Id$ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, [ --with-mnogosearch[=DIR] Include mnoGoSearch support. DIR is the mnoGoSearch base - install directory, defaults to /usr/local/udmsearch.]) + install directory, defaults to /usr/local/mnogosearch.]) if test "$PHP_MNOGOSEARCH" != "no"; then if test "$PHP_MNOGOSEARCH" = "yes"; then - MNOGOSEARCH_BINDIR=/usr/local/udmsearch/bin - MNOGOSEARCH_INCDIR=/usr/local/udmsearch/include - MNOGOSEARCH_LIBDIR=/usr/local/udmsearch/lib + MNOGOSEARCH_BINDIR=/usr/local/mnogosearch/bin + MNOGOSEARCH_INCDIR=/usr/local/mnogosearch/include + MNOGOSEARCH_LIBDIR=/usr/local/mnogosearch/lib else MNOGOSEARCH_BINDIR=$PHP_MNOGOSEARCH/bin MNOGOSEARCH_INCDIR=$PHP_MNOGOSEARCH/include