summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-12 19:20:50 +0200
committerMartin Mares <mj@ucw.cz>1999-04-12 19:20:50 +0200
commit620c4f90c9437362bf17180e6dbbf14c4e480e40 (patch)
tree54db4f30f3ce04698063780c44586e93a5750587 /configure.in
parent61fb537c6273c50deb7d33f8af246993eab4bc4d (diff)
downloadbird-620c4f90c9437362bf17180e6dbbf14c4e480e40.tar
bird-620c4f90c9437362bf17180e6dbbf14c4e480e40.zip
Oops, a typo in previous struct ip_mreqn changes...
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a8ef734..05cd381 100644
--- a/configure.in
+++ b/configure.in
@@ -109,7 +109,7 @@ BIRD_CHECK_INTEGERS
BIRD_CHECK_ENDIAN
BIRD_CHECK_STRUCT_ALIGN
BIRD_CHECK_TIME_T
-BIRD_CHECK_STRUCT_MREQN
+BIRD_CHECK_STRUCT_IP_MREQN
if test "$enable_debug" = yes ; then
AC_DEFINE(PATH_CONFIG_DIR, ".")