[pygoocanvas] Bug 582057 – test ... == ... is not portable
- From: Gian Mario Tagliaretti <gianmt src gnome org>
- To: svn-commits-list gnome org
- Subject: [pygoocanvas] Bug 582057 – test ... == ... is not portable
- Date: Tue, 9 Jun 2009 18:10:59 -0400 (EDT)
commit 3e36058f58f861e6a6829e88e3431638f96d9c29
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date: Wed Jun 10 00:10:30 2009 +0200
Bug 582057 â?? test ... == ... is not portable
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 672de8b..a2ea199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,7 +91,7 @@ if test "${enable_docs}" != no; then
fi
fi
-if test x$enable_docs == xyes; then
+if test x$enable_docs = xyes; then
if ! $PKG_CONFIG "pygobject-2.0 >= 2.11.3"; then
AC_MSG_WARN([pygobject-2.0 < 2.11.3; disabling generation of docs])
enable_docs=no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]