diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-12 14:53:13 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-12 14:53:13 -0800 |
commit | de426bafce09040bed1d384b6385853f209c7fb2 (patch) | |
tree | 2a6a26c2da6bb80d5723695c8cb68686aec54f18 /site/ix86-common | |
parent | 7253e6bd34f528cbee1ad7e770fea79072546e12 (diff) |
ix86-common: Cache ac_cv_ispeed_offset
* Fixes PR 5320
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'site/ix86-common')
-rw-r--r-- | site/ix86-common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/ix86-common b/site/ix86-common index 134890d6b2..5323c7af7c 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -247,3 +247,8 @@ ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} #dbus ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} + +# socat +ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13} +sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes} + |