diff options
| author | Jon Parise <jon@php.net> | 2001-02-14 20:10:15 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2001-02-14 20:10:15 +0000 |
| commit | 0450aecb8c758692f49dda06b9c91b252fec35cb (patch) | |
| tree | bd88af06eca8c89cd447ed138da3e3e39aa14c05 /ext | |
| parent | 59e1b2cd4eba49b3033544d2e9d2a81dfdee0fc5 (diff) | |
| download | php-git-0450aecb8c758692f49dda06b9c91b252fec35cb.tar.gz | |
Fix build.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mnogosearch/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
