[rhmessaging-commits] rhmessaging commits: r2432 - store/trunk/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Sep 9 09:39:28 EDT 2008


Author: kpvdr
Date: 2008-09-09 09:39:28 -0400 (Tue, 09 Sep 2008)
New Revision: 2432

Modified:
   store/trunk/cpp/configure.ac
Log:
Added version 4.7 to list of BDB libs searched during configure for rawhide (F10)

Modified: store/trunk/cpp/configure.ac
===================================================================
--- store/trunk/cpp/configure.ac	2008-09-09 12:19:01 UTC (rev 2431)
+++ store/trunk/cpp/configure.ac	2008-09-09 13:39:28 UTC (rev 2432)
@@ -117,14 +117,14 @@
 AC_SUBST([LIB_DLOPEN])
 LIBS=$gl_saved_libs
 
-# Require libdb_cxx (any version between 4.2 and 4.6), for the library, and for db_cxx.h.
+# Require libdb_cxx (any version between 4.2 and 4.7), for the library, and for db_cxx.h.
 db4_devel_fail=0
 AC_CHECK_HEADER([db_cxx.h], ,[db4_devel_fail=1])
 test $db4_devel_fail == 1 && \
   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.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.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]))




More information about the rhmessaging-commits mailing list