From c5201a93259793e00b757fa6afde36461b8968be Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 28 May 2016 10:26:31 +0200 Subject: [PATCH] Added non-standard baud rates that are defined on FreeBSD --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index e674b0f..b8a0e17 100644 --- a/configure.ac +++ b/configure.ac @@ -61,10 +61,14 @@ TIO_CHECK_BAUDRATES( 1800, 2400, 4800, + 7200, 9600, + 14400, 19200, + 28800, 38400, 57600, + 76800, 115200, 230400, 460800,