From 5a112e0865d76958138c86f8c51bf9eae00205ad Mon Sep 17 00:00:00 2001 From: dimuthu Date: Thu, 4 Mar 2010 18:22:48 +0000 Subject: fixed for a test case build failure git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@919111 13f79535-47bb-0310-9956-ffa450edef68 --- util/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'util') 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 -- cgit v1.1-32-gdbae