]> granicus.if.org Git - php/commitdiff
Fix build.
authorJon Parise <jon@php.net>
Wed, 14 Feb 2001 20:10:15 +0000 (20:10 +0000)
committerJon Parise <jon@php.net>
Wed, 14 Feb 2001 20:10:15 +0000 (20:10 +0000)
ext/mnogosearch/config.m4

index 037562a1885f403de126c3a048978c388494697b..ceb16e3c45c723e5045cb2dbc2313e1b6e5e4045 100644 (file)
@@ -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)