diff options
Diffstat (limited to 'cgi-bin/viewcvs.cgi/code')
-rw-r--r-- | cgi-bin/viewcvs.cgi/code/acinclude.m4?rev=1.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/viewcvs.cgi/code/acinclude.m4?rev=1.7 b/cgi-bin/viewcvs.cgi/code/acinclude.m4?rev=1.7 index a7fcf13f..333c712a 100644 --- a/cgi-bin/viewcvs.cgi/code/acinclude.m4?rev=1.7 +++ b/cgi-bin/viewcvs.cgi/code/acinclude.m4?rev=1.7 @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -240,7 +240,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi |