[rhmessaging-commits] rhmessaging commits: r4462 - mgmt/trunk/sesame/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu May 26 09:56:21 EDT 2011


Author: nunofsantos
Date: 2011-05-26 09:56:21 -0400 (Thu, 26 May 2011)
New Revision: 4462

Modified:
   mgmt/trunk/sesame/cpp/configure.ac
Log:
add detection of db4 4.8

Modified: mgmt/trunk/sesame/cpp/configure.ac
===================================================================
--- mgmt/trunk/sesame/cpp/configure.ac	2011-05-26 10:23:44 UTC (rev 4461)
+++ mgmt/trunk/sesame/cpp/configure.ac	2011-05-26 13:56:21 UTC (rev 4462)
@@ -136,10 +136,10 @@
   AC_MSG_ERROR([db4-devel package missing. Please ensure both db4 and db4-devel are installed. (hint: "yum install db4-devel" should do it...)])
 
 gl_saved_libs=$LIBS
-AC_SEARCH_LIBS([__db_open], [db_cxx-4.7 db_cxx-4.6 db_cxx-4.5 db_cxx-4.4 db_cxx-4.3 db_cxx-4.2],
+AC_SEARCH_LIBS([__db_open], [db_cxx-4.8 db_cxx-4.7 db_cxx-4.6 db_cxx-4.5 db_cxx-4.4 db_cxx-4.3 db_cxx-4.2],
 		 [test "$ac_cv_search___db_open" = "none required" ||
 		  LIB_BERKELEY_DB=$ac_cv_search___db_open],
-		  AC_MSG_ERROR([Couldn't find required library in range db_cxx-4.2 through db_cxx-4.6]))
+		  AC_MSG_ERROR([Couldn't find required library in range db_cxx-4.2 through db_cxx-4.8]))
 AC_SUBST([LIB_BERKELEY_DB])
 LIBS=$gl_saved_libs
 



More information about the rhmessaging-commits mailing list