[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: Wed, 20 May 2009 12:14:36 -0400 (EDT)
commit d067d3400363e3d7dab62c3a0c586d7ccc1c1f09
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 a916c3f..1366720 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]