diff options
author | dimuthu | 2010-03-04 18:22:48 +0000 |
---|---|---|
committer | dimuthu | 2010-03-04 18:22:48 +0000 |
commit | 5a112e0865d76958138c86f8c51bf9eae00205ad (patch) | |
tree | 11f22d5bb97a0f2d89d1d508698e4153ae73747f /util | |
parent | 7ffb36f931ae12a967bf6916092c1c39031ec1df (diff) | |
download | axis2c-5a112e0865d76958138c86f8c51bf9eae00205ad.tar.gz axis2c-5a112e0865d76958138c86f8c51bf9eae00205ad.tar.bz2 |
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
Diffstat (limited to 'util')
-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 |