mirror of https://github.com/MidnightCommander/mc
* 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>
|
||||
|
||||
* configure.in: Check for pwd.h.
|
||||
|
||||
* Make.common.in: Remove.
|
||||
* configure.in: Remove all references to Make.common.in and
|
||||
MCCPPFLAGS.
|
||||
|
|
|
@ -86,7 +86,7 @@ esac
|
|||
|
||||
AC_PROG_INSTALL
|
||||
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])
|
||||
|
||||
AC_HEADER_TIME
|
||||
|
|
Loading…
Reference in New Issue