Add missing ;; for Haiku case

This commit is contained in:
Jonathan Campbell
2021-01-18 13:33:36 -08:00
parent aad7923097
commit 4cda528e15

View File

@@ -491,6 +491,7 @@ case "$host" in
AC_DEFINE(BSD, 1, [Compiling on BSD])
LIBS="$LIBS -lbsd -lnetwork"
CXXFLAGS="$CXXFLAGS -D_BSD_SOURCE"
;;
*-*-os2-emx*)
AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX])
dnl FEATURE: Whether to support direct serial port passthrough