]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add BUILD_NETBSD definition
authorEdgar Fuß <ef@math.uni-bonn.de>
Wed, 8 Jul 2020 16:26:16 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2020 16:26:16 +0000 (18:26 +0200)
configure.ac

index 45b94ce0d2a6c7d207b27fd89698d7aba36f60fa..fd33a4205b9f3047b7822a27b52a56010083c744 100644 (file)
@@ -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"])