]> arthur.barton.de Git - netdata.git/blobdiff - configure.ac
Merge pull request #1458 from ktsaou/master
[netdata.git] / configure.ac
index ed8f8212b635a6be0d3e3735eb4e80e152b28af9..1b03d0bfcb4014b3a133bf5bf1df028967eeab27 100644 (file)
@@ -45,13 +45,14 @@ freebsd*)
        build_target=freebsd
        ;;
 darwin*)
-       build_target=freebsd
+       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],