From Steve Karg:
[obnox/wireshark/wip.git] / aclocal-flags
index a10531aded0824d71caec50f8a56782bdfc5c2fa..3de5290449127f0c29f954628ac64e5764291340 100755 (executable)
@@ -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$
 #
 
 #
@@ -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