mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* configure.in: Check for pwd.h.
This commit is contained in:
parent
89824f18f7
commit
b9d389a8fd
@ -1,5 +1,7 @@
|
|||||||
2001-09-07 Pavel Roskin <proski@gnu.org>
|
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Check for pwd.h.
|
||||||
|
|
||||||
* Make.common.in: Remove.
|
* Make.common.in: Remove.
|
||||||
* configure.in: Remove all references to Make.common.in and
|
* configure.in: Remove all references to Make.common.in and
|
||||||
MCCPPFLAGS.
|
MCCPPFLAGS.
|
||||||
|
@ -86,7 +86,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 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 stropts.h])
|
||||||
|
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
|
Loading…
Reference in New Issue
Block a user