diff options
-rw-r--r-- | util/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/configure.ac b/util/configure.ac index 8070fd0..e0b1233 100644 --- a/util/configure.ac +++ b/util/configure.ac @@ -45,6 +45,7 @@ dnl Checks for libraries. AC_CHECK_LIB(dl, dlopen) AC_CHECK_LIB(z, inflate) AC_CHECK_LIB(socket, socket) +AC_CHECK_LIB(pthread, pthread_key_create) dnl This can be removed when the ftime call in dnl ./util/src/platforms/unix/date_time_util_unix.c |