[goffice] Requires lasem-0.3.4 for equations.
- From: Jean BrÃfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Requires lasem-0.3.4 for equations.
- Date: Thu, 18 Oct 2012 20:36:20 +0000 (UTC)
commit 123c81b0072d9c450d952a4a4179b2c662090f21
Author: Jean Brefort <jean brefort normalesup org>
Date: Thu Oct 18 22:35:42 2012 +0200
Requires lasem-0.3.4 for equations.
configure.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index ca697d9..6d4bcd5 100644
--- a/configure.in
+++ b/configure.in
@@ -133,16 +133,16 @@ AC_ARG_WITH(lasem,
AS_CASE([$with_lasem],
[no],[found_lasem="disabled by request"],
[auto], [
- PKG_CHECK_MODULES(Lasem, lasem-0.4 >= 0.3.3,
+ PKG_CHECK_MODULES(Lasem, lasem-0.4 >= 0.3.4,
[found_lasem="yes";goffice_with_lasem=true], [found_lasem="no, missing or too old lasem library"])
],
[yes],[found_lasem="yes";
- PKG_CHECK_MODULES(Lasem, lasem-0.4 >= 0.3.3);
+ PKG_CHECK_MODULES(Lasem, lasem-0.4 >= 0.3.4);
goffice_with_lasem=true
],[AC_MSG_ERROR([invalid argument passed to --with-lasem, should be one of @<:@no/auto/yes@:>@])])
if test "x$goffice_with_lasem" = "xtrue" ; then
AC_DEFINE(GOFFICE_WITH_LASEM, 1, [Define if Lasem is used])
- goffice_reqs="$goffice_reqs lasem-0.4 >= 0.3.1 "
+ goffice_reqs="$goffice_reqs lasem-0.4 >= 0.3.4 "
EXTRA_DEPS="$EXTRA_DEPS lasem-0.4"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]