]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Use SCNetworkReachability on macOS and iOS to detect network changes.
[meshlink] / configure.ac
index 592fb15dc7c07c946c1924a6ad774feb8521a6f1..efc306c42f0ba7a9e4b895c2a0c451672902f0c1 100644 (file)
@@ -42,7 +42,7 @@ case $host_os in
     LIBS="$LIBS -lws2_32 -lgdi32 -lcrypt32"
   ;;
   *darwin*)
-    LIBS="$LIBS -framework SystemConfiguration -framework CoreServices"
+    LIBS="$LIBS -framework Foundation -framework SystemConfiguration"
   ;;
 esac