summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 a9a81c9d..732810b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1361,6 +1361,8 @@ dnl ================================================================
dnl Checks for library functions.
dnl ================================================================
+AC_CHECK_FUNCS_ONCE([alarm])
+
dnl The 'ffs' function is part of C99 so it isn't always
dnl available. Cogl has a fallback if needed.
dnl