From 146659be8d5386346b6ddef1f56dc0dffc179262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 3 Jul 2004 21:35:30 +0000 Subject: Suppress warning in case of gtk-config is not installed. svn path=/trunk/; revision=11301 --- aclocal-flags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal-flags') diff --git a/aclocal-flags b/aclocal-flags index a10531aded..ca21fd4d9b 100755 --- a/aclocal-flags +++ b/aclocal-flags @@ -21,7 +21,7 @@ # "aclocal" will look in that directory twice, and get well and truly # confused, reporting a ton of duplicate macro definitions.) # -# $Id: aclocal-flags,v 1.8 2004/03/04 08:25:23 jmayer Exp $ +# $Id: aclocal-flags,v 1.9 2004/07/03 21:35:30 tuexen Exp $ # # @@ -32,7 +32,7 @@ aclocal_dir=`aclocal --print-ac-dir` # # And where do we want to make sure it looks? # -gtk_prefix=`gtk-config --prefix` +gtk_prefix=`gtk-config --prefix 2>/dev/null` if [ -z "$gtk_prefix" ] then -- cgit v1.2.1