From 0652ee2715994b48a9bbfd1132bf0b65ad206289 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 27 Nov 2013 18:46:13 +0000 Subject: [PATCH] commiting all changes. --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 791a930..1e9c6cb 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_CHECK_LIB([confuse], [cfg_parse]) # FIXME: Replace `main' with a function in `-lm': AC_CHECK_LIB([m], [pow]) +AC_CHECK_LIB([pthread], [pthread_create]) # Checks for header files. AC_CHECK_HEADERS([stdlib.h string.h]) -- Gitblit v1.9.3