Changeset e0983ddb5929ceda3d859fce6a2f7a4de1b969d8
- Timestamp:
- 26/09/04 19:55:50
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1096221350 +0000
- git-parent:
[521e2124083b99d24d6b62ddaa53d65c0defe00d]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1096221350 +0000
- Message:
* configure.ac: added check for daemon().
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbdb391e |
re0983dd |
|
| 298 | 298 | need_libc=false |
|---|
| 299 | 299 | |
|---|
| 300 | | AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol strtof isatty vasprintf asprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r localtime_r lrintf) |
|---|
| | 300 | AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol strtof isatty vasprintf asprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 if_nametoindex atoll getenv putenv setenv gmtime_r ctime_r localtime_r lrintf daemon) |
|---|
| 301 | 301 | |
|---|
| 302 | 302 | dnl Check for usual libc functions |
|---|