]> arthur.barton.de Git - netdata.git/blobdiff - configure.ac
Merge pull request #1458 from ktsaou/master
[netdata.git] / configure.ac
index d3a362ebdda3e222b4876f6325091a26accfbb4d..1b03d0bfcb4014b3a133bf5bf1df028967eeab27 100644 (file)
@@ -44,11 +44,15 @@ case "$host_os" in
 freebsd*)
        build_target=freebsd
        ;;
+darwin*)
+       build_target=macos
+       ;;
 *)
        ;;
 esac
 
 AM_CONDITIONAL([FREEBSD], [test x$build_target = xfreebsd])
+AM_CONDITIONAL([MACOS], [test x$build_target = xmacos])
 
 AC_ARG_ENABLE(
        [plugin-nfacct],