blob: 6ab4daf020def123ed98db2bf59d136ea80b91ea [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001From d4b2f0922dfdd6040e5e9f62a2565452cf855c42 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Mon, 21 Oct 2019 22:10:56 +0200
4Subject: [PATCH] Do not try to find ZONEINFO - it tries to run compiled code
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Missing configutation does not cause issues: The fallback in modules/clock/system-timezone.c
10matches our default.
11
12Inappropriate [embedded specific]
13
14Signed-off-by: Andreas MΓΌller <schnitzeltony@gmail.com>
15---
16 configure.ac | 5 -----
17 1 file changed, 5 deletions(-)
18
19diff --git a/configure.ac b/configure.ac
20index c75a9fa..0c9d945 100644
21--- a/configure.ac
22+++ b/configure.ac
23@@ -249,11 +249,6 @@ dnl yelp-tools stuff
24
25 YELP_HELP_INIT
26
27-dnl **************************************************************************
28-dnl Find zoneinfo directory
29-dnl **************************************************************************
30-
31-AX_ZONEINFO
32
33 dnl **************************************************************************
34 dnl Process .in files
35--
362.21.0
37