]> git.sesse.net Git - vlc/commitdiff
* configure.ac: Fixed ipv6 detection.
authorChristophe Massiot <massiot@videolan.org>
Mon, 11 Jul 2005 16:01:01 +0000 (16:01 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 11 Jul 2005 16:01:01 +0000 (16:01 +0000)
configure.ac

index 44625c6f6e81df883c13c6a45abca83ddb29a9fc..89b1b931467622db851b15a147f443668e60dd2a 100644 (file)
@@ -1827,7 +1827,7 @@ then
   ])
   AC_MSG_CHECKING(for sockaddr_in6 in netinet/in.h)
   AC_EGREP_HEADER(sockaddr_in6,netinet/in.h,
-    [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no) have_ipv6=false])
+    [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no); have_ipv6=false])
   if ${have_ipv6}; then
     VLC_ADD_PLUGINS([ipv6])
   fi