[glom] Fix incorrect conditional for Maemo libgettextpo check
- From: David King <davidk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glom] Fix incorrect conditional for Maemo libgettextpo check
- Date: Tue, 10 Nov 2009 15:41:07 +0000 (UTC)
commit a8361ee6c9b36a5995e3dd9772ad0041a48c15cc
Author: David King <davidk openismus com>
Date: Tue Nov 10 16:39:57 2009 +0100
Fix incorrect conditional for Maemo libgettextpo check
* configure.ac: Fix incorrect conditional for Maemo libgettextpo check.
ChangeLog | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ea5319e..e1ddf11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-10 David King <davidk openismus com>
+
+ * configure.ac: Fix incorrect conditional for Maemo libgettextpo check.
+
2009-11-06 Murray Cumming <murrayc murrayc com>
Fix a crash when specifying a static image on the layout.
diff --git a/configure.ac b/configure.ac
index fb6bb2e..128c258 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ AC_ARG_ENABLE([sqlite],
AM_CONDITIONAL([GLOM_ENABLE_SQLITE], [test "x$glom_enable_sqlite" = xyes])
-AS_IF([test "x$glom_enable_sqlite" = xyes],
+AS_IF([test "x$glom_enable_sqlite" != xyes],
[AC_DEFINE([GLOM_ENABLE_SQLITE], [1],
[Whether to enable support for SQLite databases.])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]