]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Cosmetic message fix.
authorMartin Mares <mj@ucw.cz>
Mon, 12 Apr 1999 17:27:21 +0000 (17:27 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 12 Apr 1999 17:27:21 +0000 (17:27 +0000)
aclocal.m4

index 98a5ca8edff709051cb6a4335febe122f17506fb..4ec84d5bc15ac78f8d336b6f8e8917e7b57f11a9 100644 (file)
@@ -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