]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Fix typo in comment to HAVE_IP_MREQN.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 8 Jul 2017 23:15:41 +0000 (01:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 15 Jul 2017 23:09:09 +0000 (01:09 +0200)
Introduced in 2009 when the --udp_mcast_iface option was implemented
and the check for struct ip_mreqn was added.

configure.ac

index ee1c3d82697e023185803af65b2dc7604c047002..aec063ff40627234dc8b0368cc8a7fb4e512cd41 100644 (file)
@@ -197,7 +197,7 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[
 ]])],[have_ip_mreqn=yes],[have_ip_mreqn=no])
 AC_MSG_RESULT($have_ip_mreqn)
 if test ${have_ip_mreqn} = yes; then
 ]])],[have_ip_mreqn=yes],[have_ip_mreqn=no])
 AC_MSG_RESULT($have_ip_mreqn)
 if test ${have_ip_mreqn} = yes; then
-       AC_DEFINE(HAVE_IP_MREQN, 1, define to 1 you have struct ip_mreqn)
+       AC_DEFINE(HAVE_IP_MREQN, 1, define to 1 if you have struct ip_mreqn)
 fi
 ########################################################################### ogg
 STASH_FLAGS
 fi
 ########################################################################### ogg
 STASH_FLAGS