comparison configure.in @ 107376:5a46c741f65e

Don't use termcap.c on Posix platforms, only on MS-DOS. configure.in <AC_CHECK_HEADERS>: Remove termcap.h. configure: Regenerated. src/Makefilie.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is now identical to when LIBS_TERMCAP is defined. src/term.c: Remove (ifdef'ed away) inclusion of termcap.h. src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h. src/config.in: Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 Mar 2010 11:34:27 -0500
parents b4d27afff1bf
children 975563054751
comparison
equal deleted inserted replaced
107375:8e2f9c04da7c 107376:5a46c741f65e
1102 fi 1102 fi
1103 1103
1104 dnl checks for header files 1104 dnl checks for header files
1105 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1105 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1106 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 1106 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1107 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ 1107 stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
1108 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ 1108 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
1109 sys/utsname.h pwd.h utmp.h) 1109 sys/utsname.h pwd.h utmp.h)
1110 1110
1111 AC_MSG_CHECKING(if personality LINUX32 can be set) 1111 AC_MSG_CHECKING(if personality LINUX32 can be set)
1112 AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)], 1112 AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],