From da1af5a298c120ed49ed0e5fabc4a586e9bafadf Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 5 Mar 2007 16:47:23 +0000 Subject: Patch from Damien Carbery to not use the "-q" 2007-03-05 Bastien Nocera * configure.in: Patch from Damien Carbery to not use the "-q" grep option (Closes: #414961) svn path=/trunk/; revision=4090 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56fd8fdb1..c04e74681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-05 Bastien Nocera + + * configure.in: Patch from Damien Carbery + to not use the "-q" grep option (Closes: #414961) + 2007-03-05 Bastien Nocera * src/backend/bacon-resize.c: (bacon_resize_init): diff --git a/configure.in b/configure.in index 6b5133975..228c87484 100644 --- a/configure.in +++ b/configure.in @@ -272,7 +272,7 @@ else fi AC_MSG_CHECKING([whether iso-codes has iso-639 domain]) -if $PKG_CONFIG --variable=domains iso-codes | grep -q 639 ; then +if $PKG_CONFIG --variable=domains iso-codes | grep 639 >/dev/null ; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) -- cgit v1.2.1