bogofilter 1.1.2 - new current release

Torsten Veller ml-en at veller.net
Sun Dec 3 09:15:11 CET 2006


> > Error during configure
> > 
> > ./configure: line 5878: syntax error near unexpected token `-v'
> > ./configure: line 5878: `      case `"$acl_cv_path_LD" -v 2>&1

Failes here too.
This fixes it:

--- configure.ac        2006-12-03 09:11:06.000000000 +0100
+++ configure.ac        2006-12-03 09:11:39.000000000 +0100
@@ -188,7 +188,7 @@
 dnl Check whether flex needs patching
 flex=no
 if test -n "$LEX"; then
-    case `$LEX --version'` in
+    case `$LEX --version` in
        *2.5.4) flex=254 ;;
        *2.5.31) flex=253x ;;
        *2.5.33) flex=253x ;;




More information about the Bogofilter mailing list