MAPREDUCE-2127. mapreduce trunk builds are filing on hudson. Contributed by Bruno Mahé

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1152068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2011-07-29 01:29:24 +00:00
parent 817df4d5d3
commit 0643a590d8
2 changed files with 5 additions and 2 deletions

View File

@ -971,6 +971,9 @@ Release 0.21.1 - Unreleased
MAPREDUCE-2317. Fix a NPE in HadoopArchives. (Devaraj K via szetszwo)
MAPREDUCE-2127. mapreduce trunk builds are filing on hudson.
(Bruno Mahé via eli)
Release 0.21.0 - 2010-08-13
INCOMPATIBLE CHANGES

View File

@ -51,8 +51,8 @@ AC_CHECK_HEADERS([pthread.h], [],
AC_MSG_ERROR(Please check if you have installed the pthread library))
AC_CHECK_LIB([pthread], [pthread_create], [],
AC_MSG_ERROR(Cannot find libpthread.so, please check))
AC_CHECK_LIB([ssl], [HMAC_Init], [],
AC_MSG_ERROR(Cannot find libssl.so, please check))
AC_CHECK_LIB([crypto], [HMAC_Init], [],
AC_MSG_ERROR(Cannot find libcrypto.so, please check))
])
# define a macro for using hadoop pipes