[seahorse-plugins] Bug 583279 – Unportable test(1) construct in configure script



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]