[seahorse-plugins/gnome-2-26] 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/gnome-2-26] Bug 583279 – Unportable test(1) construct in configure script
- Date: Thu, 21 May 2009 12:48:04 -0400 (EDT)
commit 5fc200e5be41c28e5a5120f7884415c15cbb410f
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 8a15a6f..85e08bf 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]