mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Cosmetic message fix.
This commit is contained in:
parent
113694892e
commit
170c984a9e
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user