Merge pull request #2868 from akoeplinger/maccore-fixes
[mono.git] / configure.ac
index 0341987c485a8f92e60172a01459695f365081b6..66174bea4e6ca48e97e79b77831ac17db5ad92b2 100644 (file)
@@ -2318,6 +2318,9 @@ else
                #include <winsock2.h>
                #include <ws2tcpip.h>
        ], [
+               #ifndef inet_pton
+               (void) inet_pton;
+               #endif
                inet_pton (0, NULL, NULL);
        ], [
                # Yes, we have it...