summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-03 16:52:01 +0200
committerVolker Lendecke <vl@samba.org>2009-12-06 13:07:03 +0100
commita902c4cc50b8e7d0bdcc334fe63c1818f7cf4347 (patch)
tree5cd9383049490b778197393f4d450b13d678ee9c /source3/configure.in
parent9b265a68ccf74a03bff946bc10f96a38045c923a (diff)
downloadsamba-a902c4cc50b8e7d0bdcc334fe63c1818f7cf4347.tar.gz
samba-a902c4cc50b8e7d0bdcc334fe63c1818f7cf4347.tar.bz2
samba-a902c4cc50b8e7d0bdcc334fe63c1818f7cf4347.zip
s3: Support NetWkstaGetInfo 101 and 102
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 16fbf88be8..169e01db5f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2272,7 +2272,7 @@ dnl We need to check for many of them
dnl But we don't need to do each and every one, because our code uses
dnl mostly just the utmp (not utmpx) fields.
-AC_CHECK_FUNCS(pututline pututxline updwtmp updwtmpx getutmpx)
+AC_CHECK_FUNCS(pututline pututxline updwtmp updwtmpx getutmpx getutxent)
AC_CACHE_CHECK([for ut_name in utmp],samba_cv_HAVE_UT_UT_NAME,[
AC_TRY_COMPILE([#include <sys/types.h>