summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrunge <runge>2007-05-05 14:53:21 +0000
committerrunge <runge>2007-05-05 14:53:21 +0000
commit76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (patch)
treef73a4304be4d827eb62a9a7732563cc79391edaf /configure.ac
parent6378acecb04b2824179fea0ab168cbfcb960e70d (diff)
downloadlibtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.tar.gz
libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.zip
x11vnc: add groups handling for -users mode.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f27fda6..1044987 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,7 +548,7 @@ if test "x$uname_s" = "xHP-UX"; then
LDFLAGS="$LDFLAGS -lsec"
fi
-AC_CHECK_FUNCS([ftime gethostbyname gethostname gettimeofday inet_ntoa memmove memset mmap mkfifo select socket strchr strcspn strdup strerror strstr setsid setpgrp getpwuid getpwnam getspnam getuid geteuid setuid setgid seteuid setegid waitpid setutxent grantpt])
+AC_CHECK_FUNCS([ftime gethostbyname gethostname gettimeofday inet_ntoa memmove memset mmap mkfifo select socket strchr strcspn strdup strerror strstr setsid setpgrp getpwuid getpwnam getspnam getuid geteuid setuid setgid seteuid setegid initgroups waitpid setutxent grantpt])
# check, if shmget is in cygipc.a
AC_CHECK_LIB(cygipc,shmget)