From: Edgar Fuß Date: Wed, 8 Jul 2020 16:26:16 +0000 (+0200) Subject: Add BUILD_NETBSD definition X-Git-Tag: collectd-5.12.0~14^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7346b09ed6c38145db070c7b6a8f51a932c63b94;p=thirdparty%2Fcollectd.git Add BUILD_NETBSD definition --- diff --git a/configure.ac b/configure.ac index 45b94ce0d..fd33a4205 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,7 @@ AM_CONDITIONAL([BUILD_DARWIN], [test "x$ac_system" = "xDarwin"]) AM_CONDITIONAL([BUILD_FREEBSD], [test "x$ac_system" = "xFreeBSD"]) AM_CONDITIONAL([BUILD_LINUX], [test "x$ac_system" = "xLinux"]) AM_CONDITIONAL([BUILD_OPENBSD], [test "x$ac_system" = "xOpenBSD"]) +AM_CONDITIONAL([BUILD_NETBSD], [test "x$ac_system" = "xNetBSD"]) AM_CONDITIONAL([BUILD_SOLARIS], [test "x$ac_system" = "xSolaris"]) AM_CONDITIONAL([BUILD_WIN32], [test "x$ac_system" = "xWindows"])