Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: telnet does not build on Fedora Core 4 X-RT-Original-Encoding: iso-8859-1 Content-Length: 341 src/appl/telnet/telnet/telnet.c will not build on Fedora Core 4. FC4's /usr/include/term.h declares setupterm() but autoconf does not detect it and therefore HAVE_SETUPTERM is not defined in the Makefile. In addition, the variable 'ttytype' is not available unless we use NCURSES instead of CURSES. This is also not detected by autoconf.