summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordscho <dscho>2003-08-02 23:59:18 +0000
committerdscho <dscho>2003-08-02 23:59:18 +0000
commit34316ef618b8994faaa73fc47e0bee944dec34ca (patch)
tree9466846bc10e033539132b3e5fd9ec5ebc37f171 /configure.ac
parent37b93d7844fa539099a35b295a4ec42174ed8119 (diff)
downloadlibtdevnc-34316ef618b8994faaa73fc47e0bee944dec34ca.tar.gz
libtdevnc-34316ef618b8994faaa73fc47e0bee944dec34ca.zip
really check for setsid, not pgrp
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 78c2ccd..b4b2955 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,10 +94,9 @@ 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])
+AC_CHECK_FUNCS([ftime gethostbyname gethostname gettimeofday inet_ntoa memmove memset mkfifo select socket strchr strcspn strdup strerror strstr setsid])
# Check if /dev/vcsa1 exists, if so, define LINUX
AM_CONDITIONAL(LINUX, test -c /dev/vcsa1)