acinclude.m4
100644 → 100755
+26
−0
configure.ac
100644 → 100755
+1
−0
lib/connect.c
100644 → 100755
+19
−10
Loading
This change does two things: 1. It un-breaks the build in Xcode 9.0. (Xcode 9.0 is currently failing trying to compile connectx() in lib/connect.c.) 2. It finally weak-links the connectx() function, and falls back on connect() when run on older operating systems.