summaryrefslogtreecommitdiff
path: root/source4/lib/replace/timegm.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-13 10:51:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:33 -0500
commit4c0b19277a495b33869f447166d03a0e1e163b72 (patch)
tree5d9703aea46fcc7882b154ba9fad7722fa9c8ffb /source4/lib/replace/timegm.m4
parentf425072ed961f8cb832c8515ed71766142f07138 (diff)
downloadsamba-4c0b19277a495b33869f447166d03a0e1e163b72.tar.gz
samba-4c0b19277a495b33869f447166d03a0e1e163b72.tar.bz2
samba-4c0b19277a495b33869f447166d03a0e1e163b72.zip
r18460: split out timegm test and only add timegm.o when needed
metze (This used to be commit f9bff4dbdad8c7acc649d13a5666b58967bf5d92)
Diffstat (limited to 'source4/lib/replace/timegm.m4')
-rw-r--r--source4/lib/replace/timegm.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/timegm.m4 b/source4/lib/replace/timegm.m4
new file mode 100644
index 0000000000..59f3ae0521
--- /dev/null
+++ b/source4/lib/replace/timegm.m4
@@ -0,0 +1 @@
+AC_CHECK_FUNCS(timegm,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} timegm.o"])