mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Check for tcgetattr() to enable HAVE_TCGETATTR in sysunix.c this seems
to work better on embedded targets running off the initial console. Also, first merge of patches from Debian. This part holds all of the sysunix.c changes and some 8-bit patches and SIGSTP patches in the editline.c file.
This commit is contained in:
@@ -38,6 +38,6 @@ AC_PROG_GCC_TRADITIONAL
|
||||
#AC_FUNC_MALLOC
|
||||
#AC_FUNC_REALLOC
|
||||
AC_FUNC_STAT
|
||||
AC_CHECK_FUNCS([strchr strdup strrchr])
|
||||
AC_CHECK_FUNCS([strchr strdup strrchr tcgetattr])
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile include/Makefile man/Makefile examples/Makefile)
|
||||
|
||||
Reference in New Issue
Block a user