From: Sergey Kartashoff Date: Wed, 14 Feb 2001 14:39:40 +0000 (+0000) Subject: mnoGoSearch config.m4 freebsd compatibility fix. X-Git-Tag: php-4.0.5RC1~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59e1b2cd4eba49b3033544d2e9d2a81dfdee0fc5;p=php mnoGoSearch config.m4 freebsd compatibility fix. --- diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index d2e9353fbb..037562a188 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -28,11 +28,6 @@ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, AC_MSG_ERROR(mnoGoSearch 3.1.10 at least required) fi - if test -l "$MNOGOSEARCH_VERSION_ID" -gt 6; then - AC_MSG_RESULT(<= 3.1.9) - AC_MSG_ERROR(mnoGoSearch 3.1.10 at least required) - fi - if test "$MNOGOSEARCH_VERSION_ID" -lt 30110; then AC_MSG_RESULT(<= 3.1.9) AC_MSG_ERROR(mnoGoSearch 3.1.10 at least required)