summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-30 19:23:22 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-30 19:23:22 +0000
commitbfcbdaf933fd88a0b6cb141e2c7ab38ad8567059 (patch)
treeb4645aab94cbe45b0094848a40b9e6294d6794a9
parentb1598ff699b74cd2cd5db4af8e225456a1c8bdef (diff)
downloadsamba-bfcbdaf933fd88a0b6cb141e2c7ab38ad8567059.tar.gz
samba-bfcbdaf933fd88a0b6cb141e2c7ab38ad8567059.tar.bz2
samba-bfcbdaf933fd88a0b6cb141e2c7ab38ad8567059.zip
Rerun autoconf
(This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
-rwxr-xr-xsource3/configure3
-rw-r--r--source3/include/config.h.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure
index e3237c9f26..3c1b4f5a28 100755
--- a/source3/configure
+++ b/source3/configure
@@ -11526,7 +11526,8 @@ done
-for ac_func in syslog vsyslog getgrouplist
+
+for ac_func in syslog vsyslog getgrouplist timegm
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index a8cd81ddf9..0895a783d4 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -859,6 +859,9 @@
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
+/* Define to 1 if you have the `timegm' function. */
+#undef HAVE_TIMEGM
+
/* Whether Tru64 ACLs are available */
#undef HAVE_TRU64_ACLS