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



commit a274fe57275269ceedbb423f18cbbce72a44e1f3
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 20 12:12:07 2009 -0400

    Bug 583279 â?? Unportable test(1) construct in configure script
    
    Changed == to = in the ebook test.
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 442433e..31c49c5 100644
--- a/configure.in
+++ b/configure.in
@@ -540,7 +540,7 @@ AC_SUBST([EBOOK_LIBS])
 SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $EBOOK_CFLAGS"
 SEAHORSE_LIBS="$SEAHORSE_LIBS $EBOOK_LIBS"
 
-AM_CONDITIONAL(WITH_EBOOK, test "$enable_ebook" == "yes") 
+AM_CONDITIONAL(WITH_EBOOK, test "$enable_ebook" = "yes") 
 
 dnl ****************************************************************************
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]