X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=deea29224180ef465f7f401ecf7d9526e09e40d7;hp=f526d927ac3d0a8d0a2b08834cb5fe46eeee12a9;hb=c68c5ebd8abf7a91f3d0ea3d05aa872b6a40d78e;hpb=3d383945903a482acc17ee0254ee03ea479fe52c diff --git a/configure.ac b/configure.ac index f526d927..deea2922 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,9 @@ case $host_os in AC_DEFINE(HAVE_MINGW, 1, [MinGW]) LIBS="$LIBS -lws2_32 -lgdi32 -lcrypt32" ;; + *darwin*) + LIBS="$LIBS -framework SystemConfiguration -framework CoreServices" + ;; esac AM_CONDITIONAL(LINUX, test "$linux" = true)