summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-12 19:27:21 +0200
committerMartin Mares <mj@ucw.cz>1999-04-12 19:27:21 +0200
commit170c984a9ef1bde00711f405b03d24a2e151501c (patch)
tree552b6c813910f9b89e8c873764b748183f537374 /aclocal.m4
parent113694892e9669a1ae3dd44274f27c862c6c293a (diff)
downloadbird-170c984a9ef1bde00711f405b03d24a2e151501c.tar
bird-170c984a9ef1bde00711f405b03d24a2e151501c.zip
Cosmetic message fix.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 98a5ca8..4ec84d5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -118,7 +118,7 @@ case "$bird_cv_type_time_t" in
])
AC_DEFUN(BIRD_CHECK_STRUCT_IP_MREQN,
-[AC_CACHE_CHECK([struct ip_mreqn], bird_cv_struct_ip_mreqn,[
+[AC_CACHE_CHECK([for struct ip_mreqn], bird_cv_struct_ip_mreqn,[
AC_TRY_COMPILE([#include <netinet/in.h>
],[struct ip_mreqn x;
],[bird_cv_struct_ip_mreqn=yes