diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-22 16:11:05 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-22 16:11:05 +1100 |
commit | d770252d3a6dfe5e97d1a6846e2e5bfde92accc2 (patch) | |
tree | ae06bf36e1be1928026832da49c366a8b2d310ce /configure.in | |
parent | d71b12ee5b6b0283ce41ff2d9c8864c6aadc6bbe (diff) |
- Added a setenv replacement for systems which lack it
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0678fa4c8..a831b9210 100644 --- a/configure.in +++ b/configure.in | |||
@@ -58,7 +58,7 @@ dnl Checks for header files. | |||
58 | AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h shadow.h netgroup.h maillock.h sys/select.h sys/time.h) | 58 | AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h shadow.h netgroup.h maillock.h sys/select.h sys/time.h) |
59 | 59 | ||
60 | dnl Checks for library functions. | 60 | dnl Checks for library functions. |
61 | AC_CHECK_FUNCS(openpty strlcpy strlcat mkdtemp arc4random setproctitle setlogin) | 61 | AC_CHECK_FUNCS(openpty strlcpy strlcat mkdtemp arc4random setproctitle setlogin setenv) |
62 | 62 | ||
63 | AC_CHECK_FUNC(login, | 63 | AC_CHECK_FUNC(login, |
64 | [AC_DEFINE(HAVE_LOGIN)], | 64 | [AC_DEFINE(HAVE_LOGIN)], |