aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-05 22:28:39 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2014-12-15 01:40:37 -0500
commit0af9072793e53b9c174cc7022d6313dea7ec307a (patch)
tree4fc779eec7b23254df23aa213792a8fed3ed469a /configure.ac
parentcontrib: Do not generate RPM spec (diff)
downloadredshift-ng-0af9072793e53b9c174cc7022d6313dea7ec307a.tar.gz
redshift-ng-0af9072793e53b9c174cc7022d6313dea7ec307a.tar.bz2
redshift-ng-0af9072793e53b9c174cc7022d6313dea7ec307a.tar.xz
systemtime: Use gettimeofday if POSIX timers not available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5a35eaa..9fe8b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,7 +222,7 @@ AC_TYPE_UINT16_T
# Checks for library functions.
AC_SEARCH_LIBS([clock_gettime], [rt])
AC_SEARCH_LIBS([floor], [m])
-AC_CHECK_FUNCS([setlocale strchr floor pow clock_gettime])
+AC_CHECK_FUNCS([setlocale strchr floor pow])
AC_CONFIG_FILES([
Makefile