diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-12 19:27:21 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-12 19:27:21 +0200 |
commit | 170c984a9ef1bde00711f405b03d24a2e151501c (patch) | |
tree | 552b6c813910f9b89e8c873764b748183f537374 | |
parent | 113694892e9669a1ae3dd44274f27c862c6c293a (diff) | |
download | bird-170c984a9ef1bde00711f405b03d24a2e151501c.tar bird-170c984a9ef1bde00711f405b03d24a2e151501c.zip |
Cosmetic message fix.
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |