gtranslator r3702 - trunk
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3702 - trunk
- Date: Mon, 22 Sep 2008 09:43:52 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:43:52 2008
New Revision: 3702
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3702&view=rev
Log:
2008-08-21 Ignacio Casal Quinteiro <nacho resa gmail com>
* configure.ac: Bumped to libdb >= 4.3 (Fixes #548766).
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 22 09:43:52 2008
@@ -146,14 +146,14 @@
])
dnl -------------------------------------------------------------------
-dnl Check for libdb >= 4.1
+dnl Check for libdb >= 4.3
dnl -------------------------------------------------------------------
-AX_BERKELEY_DB(4.1, [
+AX_BERKELEY_DB(4.3, [
AC_DEFINE([HAVE_DB_BERKELEY], 1, [A usable libdb library was found])
AC_DEFINE_UNQUOTED(DB_HEADER, ["$DB_HEADER"])
LDFLAGS="$LDFLAGS $DB_LIBS"
],[
- AC_MSG_ERROR([Cannot find Berkeley DB >= 4.1])
+ AC_MSG_ERROR([Cannot find Berkeley DB >= 4.3])
])
dnl -------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]