update server/drivers/CFontz633io.c so that it checks for an appropriate

response when sending a packet; adapt autoconf infrastructure to support that
This commit is contained in:
marschap
2005-07-03 18:48:31 +00:00
parent 448c39f63c
commit 5a44ae5407
2 changed files with 56 additions and 12 deletions
+5
View File
@@ -45,6 +45,11 @@ fi
cfontz633)
DRIVERS="$DRIVERS CFontz633${SO}"
actdrivers=["$actdrivers cfontz633"]
AC_CHECK_FUNCS(select, [
AC_CHECK_HEADERS(sys/select.h)
],[
AC_MSG_WARN([The CFontz633 driver needs the select() function])
])
;;
lcterm)
DRIVERS="$DRIVERS lcterm${SO}"