aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-28 08:28:52 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-28 10:30:34 +0200
commit14c4c498b15485c35abf6fb8ec54eb1e0724bae6 (patch)
tree0c441da412bbcc6845fc62d8624152e9c0d1af38 /configure.ac
parentf1e13d6081920b7f65c0ff70c19fb638a7fc86fa (diff)
Fix embedded (arm-none-eabi) builds
Due to OS#3360, build testing for arm-none-eabi was unfortunately skipped for a long time. This is a number of fixes that make the compile test pass again. Related: OS#3360 Change-Id: I88e3c8e1a8786ca2a6a023b0d27c74be200a8588
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cb580a37..dd5f15bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,8 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
+AC_CHECK_FUNCS(clock_gettime localtime_r)
+
AC_DEFUN([CHECK_TM_INCLUDES_TM_GMTOFF], [
AC_CACHE_CHECK(
[whether struct tm has tm_gmtoff member],