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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user