Celeste 48516043dd testing/shellinabox: fix build with gcc 14
--disable-utmp unsets HAVE_UTMP_H which prevents including of <utmp.h>,
however, `login_tty` is defined in that header. in gcc 14, this is an
implicit declaration error, so we have to disable `login_tty` as well.
2024-09-30 08:01:09 +00:00
..