X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=835f617b88bab6c08fc0fe303d417557cc023d84;hb=c31f626c3a252a0d6805a5f3ca9154d934ea41f5;hp=10f544e96bff41f3fe031fbe57e32b3840e2d167;hpb=9361462cf1f65a59edc7764633597e8627fe49b0;p=meshlink diff --git a/configure.ac b/configure.ac index 10f544e9..835f617b 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,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)