summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-03-03 22:42:47 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-03-03 22:42:47 +0000
commitde154bfa071c1da63b652bafb0f093ea4a81d294 (patch)
tree6980374f8fa7cab931a01ef6741dabc6e1d74ea7
parentdf22d7b10b16ba3714c95faf61df4eab2b9ec606 (diff)
downloadshared-mime-info-de154bfa071c1da63b652bafb0f093ea4a81d294.tar.gz
Don't try remote activation if no hostname or username is given... Fix for
* libgnomeui/oafgnome.c: Don't try remote activation if no hostname or username is given... * gnome-config.in: Fix for orbit-idl flags. * gnome.m4: Send everything from gnome-config into /dev/null, not just errors. We just need exit code. svn path=/trunk/; revision=1152
-rw-r--r--hack-macros/gnome.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/hack-macros/gnome.m4 b/hack-macros/gnome.m4
index 067e4d61..458a0127 100644
--- a/hack-macros/gnome.m4
+++ b/hack-macros/gnome.m4
@@ -453,7 +453,7 @@ AC_ARG_ENABLE(gnometest, [ --disable-gnometest Do not try to compile and
AC_SUBST(GNORBA_CFLAGS)
AC_SUBST(GNORBA_LIBS)
elif test -n "$module"; then
- if $GNOME_CONFIG $gnome_config_args --cflags $module 2>/dev/null; then
+ if $GNOME_CONFIG $gnome_config_args --cflags $module >/dev/null 2>&1; then
tmp_bsnom=`echo $module | tr a-z A-Z`
eval $tmp_bsnom'_CFLAGS'=\"`$GNOME_CONFIG $gnome_config_args --cflags $module`\"
eval $tmp_bsnom'_LIBS'=\"`$GNOME_CONFIG $gnome_config_args --libs $module`\"