[seahorse-plugins] Bug 583279 – Unportable test(1) construct in configure script
- From: Adam Schreiber <sadam src gnome org>
- To: svn-commits-list gnome org
- Subject: [seahorse-plugins] Bug 583279 – Unportable test(1) construct in configure script
- Date: Thu, 21 May 2009 12:49:12 -0400 (EDT)
commit 858307521709c39428a91ddce36cd9712d9e5360
Author: Thomas Klausner <wiz danbala tuwien ac at>
Date: Thu May 21 12:47:34 2009 -0400
Bug 583279 â?? Unportable test(1) construct in configure script
Fix second test error
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index 1366720..5049d8a 100644
--- a/configure.in
+++ b/configure.in
@@ -578,7 +578,7 @@ if test "$enable_tests" != "yes"; then
enable_tests="no"
fi
-AM_CONDITIONAL(WITH_TESTS, test "$enable_tests" == "yes")
+AM_CONDITIONAL(WITH_TESTS, test "$enable_tests" = "yes")
dnl ****************************************************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]