From 4c0b19277a495b33869f447166d03a0e1e163b72 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Sep 2006 10:51:26 +0000 Subject: r18460: split out timegm test and only add timegm.o when needed metze (This used to be commit f9bff4dbdad8c7acc649d13a5666b58967bf5d92) --- source4/lib/replace/timegm.m4 | 1 + 1 file changed, 1 insertion(+) create mode 100644 source4/lib/replace/timegm.m4 (limited to 'source4/lib/replace/timegm.m4') 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"]) -- cgit