X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=configure.ac;h=0005ec551aa6e8f20a322ae217138888c2a1e572;hb=a29af3d0cde1eb8aa1667816bcd0a8d467afa82a;hp=ecf2352c22a78415dd1eca80b9921293167c40fe;hpb=42de633d4857814fb1e77a1bd5bb7eb49af93072;p=netdata.git diff --git a/configure.ac b/configure.ac index ecf2352c..0005ec55 100644 --- a/configure.ac +++ b/configure.ac @@ -59,11 +59,13 @@ darwin*) LDFLAGS="${LDFLAGS} -framework CoreFoundation -framework IOKit" ;; *) + build_target=linux ;; esac AM_CONDITIONAL([FREEBSD], [test x$build_target = xfreebsd]) AM_CONDITIONAL([MACOS], [test x$build_target = xmacos]) +AM_CONDITIONAL([LINUX], [test x$build_target = xlinux]) AC_ARG_ENABLE( [plugin-nfacct],