diff options
author | dscho <dscho> | 2003-08-01 08:25:55 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-08-01 08:25:55 +0000 |
commit | 428fc93ee81483abd7af2f5050d20009a2b34f76 (patch) | |
tree | 1b1014e0a6d016438850e4cb1b5d6d78378f759c /configure.ac | |
parent | 71c8b9a33bd998b80d036c4a6d61a9a7c75fb003 (diff) | |
download | libtdevnc-428fc93ee81483abd7af2f5050d20009a2b34f76.tar.gz libtdevnc-428fc93ee81483abd7af2f5050d20009a2b34f76.zip |
mention NEWS in README, add checks for fork and setpgrp
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b0338b6..78c2ccd 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,8 @@ AC_FUNC_MEMCMP AC_FUNC_STAT AC_FUNC_STRFTIME AC_FUNC_VPRINTF +AC_FUNC_FORK +AC_FUNC_SETPGRP AC_CHECK_LIB(nsl,gethostbyname) AC_CHECK_LIB(socket,socket) AC_CHECK_FUNCS([ftime gethostbyname gethostname gettimeofday inet_ntoa memmove memset mkfifo select socket strchr strcspn strdup strerror strstr]) |