From c0a6f6c6e3381a4fbe722c6f120302feb34734c0 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 14 Dec 2019 19:04:22 -0700 Subject: [PATCH] configure: fix another bsd related typo --- cde/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/configure.ac b/cde/configure.ac index 94d3f6c12..fd5b94fdd 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -106,7 +106,7 @@ case "${host_os}" in esac AM_CONDITIONAL([LINUX], [test "$build_linux" = "yes"]) -AM_CONDITIONAL([BSD], [test "$build_bsd" = "yes"]) +AM_CONDITIONAL([BSD], [test "$bsd" = "yes"]) AM_CONDITIONAL([FREEBSD], [test "$build_freebsd" = "yes"]) AM_CONDITIONAL([OPENBSD], [test "$build_openbsd" = "yes"]) AM_CONDITIONAL([NETBSD], [test "$build_netbsd" = "yes"])