1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Fixed default search path.

@- Fixed default search path. (gluke)
This commit is contained in:
Sergey Kartashoff
2001-02-05 14:00:36 +00:00
parent 83265243d3
commit 886cd2d937

View File

@@ -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