From 0450aecb8c758692f49dda06b9c91b252fec35cb Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Wed, 14 Feb 2001 20:10:15 +0000 Subject: [PATCH] Fix build. --- ext/mnogosearch/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index 037562a188..ceb16e3c45 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -21,7 +21,7 @@ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, if test -x "$MNOGOSEARCH_BINDIR/udm-config"; then MNOGOSEARCH_VERSION=`$MNOGOSEARCH_BINDIR/udm-config --version` - MNOGOSEARCH_VERSION_ID=`$MNOGOSEARCH_BINDIR/udm-config -version-id` + MNOGOSEARCH_VERSION_ID=`$MNOGOSEARCH_BINDIR/udm-config --version-id` if test $? -ne 0; then AC_MSG_RESULT(<= 3.1.9) -- 2.50.1