configure: fix another bsd related typo
authorJon Trulson <jon@radscan.com>
Sun, 15 Dec 2019 02:04:22 +0000 (19:04 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 15 Dec 2019 02:04:22 +0000 (19:04 -0700)
cde/configure.ac

index 94d3f6c12dbe5ea3bd26a70773f6b2c53d9756be..fd5b94fdd306d7adeebae9cb7b4dbb43257500c5 100644 (file)
@@ -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"])