summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-10-30 12:03:40 +0000
committerAndrew Tridgell <tridge@samba.org>2002-10-30 12:03:40 +0000
commit809f740166e4c71e7b7027c626336d1e4c58f485 (patch)
tree92ea2d7d81f17360eb2af6b102abac89f4ea4e56 /source3/configure.in
parent567d1d7c211925e82b9384c2c3ada527ab5334c8 (diff)
downloadsamba-809f740166e4c71e7b7027c626336d1e4c58f485.tar.gz
samba-809f740166e4c71e7b7027c626336d1e4c58f485.tar.bz2
samba-809f740166e4c71e7b7027c626336d1e4c58f485.zip
added a timegm() function for systems that don't have it
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
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 206a9edb50..78ed4a953c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -749,7 +749,7 @@ AC_CHECK_FUNCS(setpriv setgidx setuidx setgroups sysconf mktime rename ftruncate
AC_CHECK_FUNCS(lstat64 fopen64 atexit grantpt dup2 lseek64 ftruncate64 readdir64)
AC_CHECK_FUNCS(fseek64 fseeko64 ftell64 ftello64 setluid getpwanam setlinebuf)
AC_CHECK_FUNCS(srandom random srand rand setenv usleep strcasecmp fcvt fcvtl symlink readlink)
-AC_CHECK_FUNCS(syslog vsyslog getgrouplist)
+AC_CHECK_FUNCS(syslog vsyslog getgrouplist timegm)
# setbuffer is needed for smbtorture
AC_CHECK_FUNCS(setbuffer)