aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 33b36ca..b1330c5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -616,9 +616,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])