diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-28 00:07:07 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-28 00:07:07 +0000 |
commit | e2fb8d3b0272f9d854449fda115792174112672a (patch) | |
tree | d66fd83e41a8d077df2b2477a3f112ca0d39d8af /configure.in | |
parent | 981eeed1be3050fbb00a6368fc20ba916f7442e0 (diff) |
20001228
- (bal) Patch to add libutil.h to loginrec.c only if the platform has
libutil.h. Suggested by Pekka Savola <pekka@netcore.fi>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 37a2a5a53..08cd9e125 100644 --- a/configure.in +++ b/configure.in | |||
@@ -309,6 +309,7 @@ AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock fchmod fre | |||
309 | dnl Checks for time functions | 309 | dnl Checks for time functions |
310 | AC_CHECK_FUNCS(gettimeofday time) | 310 | AC_CHECK_FUNCS(gettimeofday time) |
311 | dnl Checks for libutil functions | 311 | dnl Checks for libutil functions |
312 | AC_CHECK_HEADERS(libutil.h) | ||
312 | AC_CHECK_FUNCS(login logout updwtmp logwtmp) | 313 | AC_CHECK_FUNCS(login logout updwtmp logwtmp) |
313 | dnl Checks for utmp functions | 314 | dnl Checks for utmp functions |
314 | AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) | 315 | AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) |