summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-04-09 14:43:51 +0100
committerMichael Meeks <michael.meeks@collabora.com>2020-04-10 10:06:23 +0200
commit5710c8632383e92372e1d81b6e26acc975e25ec4 (patch)
treecd9e16cde8584bead5685ed067920ef2045666ba /configure.ac
parentProof: link SSL libraries for --disable-ssl. (diff)
downloadonline-5710c8632383e92372e1d81b6e26acc975e25ec4.tar.gz
online-5710c8632383e92372e1d81b6e26acc975e25ec4.zip
Poll - switch to ppoll for closer to microsecond accuracy.
Change-Id: Ib8a2bb6f60302df8631edadbbb8db626894c457c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92000 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
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 1edd5408f8..7d795bce86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1031,6 +1031,8 @@ AS_IF([test "$ENABLE_IOSAPP" = "true"],
])
AC_SUBST(IOSAPP_FONTS)
+AC_CHECK_FUNCS(ppoll)
+
ENABLE_CYPRESS=false
if test "$enable_cypress" = "yes"; then
cypress_msg="cypress is enabled"