aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index fcc718c..c88fcc8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -604,9 +604,11 @@ AC_DEFUN([AC_W3M_CHECK_VER],
set -- $version
IFS="$save_ifs"
if test "$[1]" -ne "$3" -o "$[2]" -lt "$4" -o "$[3]" -lt "$5"; then
- AC_MSG_ERROR([$1 is too old Install $1 (version >= $3.$4.$5)])
+ AC_MSG_WARN([$1 is too old Install $1 (version >= $3.$4.$5)])
+ $7
+ else
+ $6
fi
- $6
else
$7
fi])