mirror of https://github.com/MidnightCommander/mc
One more check missed in the previous commit.
This commit is contained in:
parent
f9f69feabb
commit
91b9a36acf
|
@ -813,6 +813,7 @@ AC_DEFUN([MC_WITH_MCSLANG], [
|
|||
AC_CHECK_SIZEOF(off_t)
|
||||
AC_CHECK_TYPES(long long)
|
||||
AC_CHECK_SIZEOF(long long)
|
||||
AC_CHECK_FUNCS(atexit on_exit)
|
||||
|
||||
# Search for terminfo database.
|
||||
use_terminfo=
|
||||
|
|
Loading…
Reference in New Issue