Browse Source

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
Eli Collins 13 years ago
parent
commit
0643a590d8
2 changed files with 5 additions and 2 deletions
  1. 3 0
      mapreduce/CHANGES.txt
  2. 2 2
      mapreduce/src/c++/utils/m4/hadoop_utils.m4

+ 3 - 0
mapreduce/CHANGES.txt

@@ -971,6 +971,9 @@ Release 0.21.1 - Unreleased
 
 
     MAPREDUCE-2317. Fix a NPE in HadoopArchives.  (Devaraj K via szetszwo)
     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
 Release 0.21.0 - 2010-08-13
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 2 - 2
mapreduce/src/c++/utils/m4/hadoop_utils.m4

@@ -51,8 +51,8 @@ AC_CHECK_HEADERS([pthread.h], [],
   AC_MSG_ERROR(Please check if you have installed the pthread library)) 
   AC_MSG_ERROR(Please check if you have installed the pthread library)) 
 AC_CHECK_LIB([pthread], [pthread_create], [], 
 AC_CHECK_LIB([pthread], [pthread_create], [], 
   AC_MSG_ERROR(Cannot find libpthread.so, please check))
   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
 # define a macro for using hadoop pipes