[gtkhtml] 2009-05-06 Jeff Cai <jeff cai sun com>
- From: Jeff Cai <jeffcai src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtkhtml] 2009-05-06 Jeff Cai <jeff cai sun com>
- Date: Wed, 6 May 2009 05:03:36 -0400 (EDT)
commit 67d60b119cfffbbb96cd4932530853c02c4b1719
Author: Jeff Cai <jeff cai sun com>
Date: Wed May 6 17:03:10 2009 +0800
2009-05-06 Jeff Cai <jeff cai sun com>
** Fixes bug #578213
* configure.in: remove -q option of grep
---
ChangeLog | 6 ++++++
configure.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 595ae27..c345357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-06 Jeff Cai <jeff cai sun com>
+
+ ** Fixes bug #578213
+
+ * configure.in: remove -q option of grep
+
2009-05-03 Thomas H.P. Andersen <phomes gmail com>
* components/editor/gtkhtml-editor.c:
diff --git a/configure.in b/configure.in
index 3236668..0c8be92 100644
--- a/configure.in
+++ b/configure.in
@@ -135,8 +135,8 @@ fi
if test "x$have_iso_codes" = "xyes"; then
AC_MSG_CHECKING([whether iso-codes has iso-639 and iso-3166 domains])
- if $PKG_CONFIG --variable=domains iso-codes | grep -q 639 && \
- $PKG_CONFIG --variable=domains iso-codes | grep -q 3166 ; then
+ if $PKG_CONFIG --variable=domains iso-codes | grep 639 && \
+ $PKG_CONFIG --variable=domains iso-codes | grep 3166 ; then
result=yes
else
result=no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]