diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-06-05 19:00:22 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-06-05 19:06:35 +0200 |
commit | cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2 (patch) | |
tree | 2441c4c144694621bea6ae2ae36dffdf2174e336 /configure.ac | |
parent | 50a103ee9d9ca57fa8b90d34da63b4e021e122f0 (diff) | |
download | efl-cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2.tar.gz |
eina: attempt to make the code more portable
This fixes the build on macOS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a3240180b7..de1ffef1f1 100644 --- a/configure.ac +++ b/configure.ac @@ -683,6 +683,8 @@ geteuid \ getuid \ pause \ gmtime_r \ +pthread_getcpuclockid \ +clock_gettime \ ]) AC_FUNC_ALLOCA |