<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Am 09.09.2014 um 08:55 schrieb Rémi Denis-Courmont <<a href="mailto:remi@remlab.net">remi@remlab.net</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Le 2014-09-08 20:35,<span class="Apple-converted-space"> </span><a href="mailto:david.fuhrmann@gmail.com">david.fuhrmann@gmail.com</a><span class="Apple-converted-space"> </span>a écrit :<br><blockquote type="cite">From: David Fuhrmann <<a href="mailto:dfuhrmann@videolan.org">dfuhrmann@videolan.org</a>><br><br>---<br>configure.ac | 11 ++++++++++-<br>1 file changed, 10 insertions(+), 1 deletion(-)<br><br>diff --git a/configure.ac b/configure.ac<br>index 2787391..d346d7e 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -754,7 +754,16 @@ AC_SUBST(LIBPTHREAD)<br><br>dnl Check for headers<br>dnl  POSIX<br>-AC_CHECK_HEADERS([arpa/inet.h net/if.h pthread.h search.h syslog.h<br>sys/shm.h])<br>+AC_CHECK_HEADERS([arpa/inet.h pthread.h search.h syslog.h sys/shm.h<br>sys/socket.h])<br>+AC_CHECK_HEADERS([net/if.h], [], [],<br>+[<br>+#ifdef HAVE_SYS_TYPES_H<br>+# include <sys/types.h><br>+#endif<br>+#ifdef HAVE_SYS_SOCKET_H<br>+# include <sys/socket.h><br>+#endif<br>+])<br></blockquote><br>Those ifdefs still look cargo culted to me.<br></div></blockquote><div><br></div></div>Hi Remi,<div><br></div><div>I wasn’t sure about the ifdefs. If you say they are not needed, I’ll remove them of course.</div><div><br></div><div>With best regards,</div><div>David</div></body></html>