mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: Add check for sys/ioctl.h.
This commit is contained in:
parent
61b18a0643
commit
28cd178099
@ -1,5 +1,7 @@
|
|||||||
2001-09-10 Pavel Roskin <proski@gnu.org>
|
2001-09-10 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Add check for sys/ioctl.h.
|
||||||
|
|
||||||
* configure.in: Use AC_FUNC_STRCOLL instead of generic test.
|
* configure.in: Use AC_FUNC_STRCOLL instead of generic test.
|
||||||
|
|
||||||
* acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
|
* acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
|
||||||
|
@ -81,7 +81,7 @@ esac
|
|||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \
|
AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \
|
||||||
malloc.h stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h \
|
malloc.h stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h \
|
||||||
sys/time.h sys/timeb.h stropts.h])
|
sys/time.h sys/timeb.h sys/select.h sys/ioctl.h stropts.h])
|
||||||
|
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
@ -145,11 +145,6 @@ AC_DEFINE(NEED_CRYPT_PROTOTYPE, 1,
|
|||||||
[Define if function `crypt' needs a prototype])
|
[Define if function `crypt' needs a prototype])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl AIX and Sequent need <sys/select.h> for fd_set
|
|
||||||
dnl
|
|
||||||
AC_CHECK_HEADERS(sys/select.h)
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl On SCO and some SVR4, crypt is on libcrypt.a
|
dnl On SCO and some SVR4, crypt is on libcrypt.a
|
||||||
dnl grantpt in libpt.a
|
dnl grantpt in libpt.a
|
||||||
|
Loading…
Reference in New Issue
Block a user