From: Andre Noll Date: Sat, 8 Jul 2017 23:15:41 +0000 (+0200) Subject: build: Fix typo in comment to HAVE_IP_MREQN. X-Git-Tag: v0.6.1~63 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b58d762d27bd4d2555b18fe32f86d42826c84e08 build: Fix typo in comment to HAVE_IP_MREQN. Introduced in 2009 when the --udp_mcast_iface option was implemented and the check for struct ip_mreqn was added. --- diff --git a/configure.ac b/configure.ac index ee1c3d82..aec063ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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 - 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