emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/configure,v
Date: Sat, 08 Jul 2006 16:18:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 16:18:28

Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -b -r1.170 -r1.171
--- configure   18 May 2006 16:58:44 -0000      1.170
+++ configure   8 Jul 2006 16:18:28 -0000       1.171
@@ -5693,7 +5693,7 @@
         echo "$as_me:$LINENO: checking for $ALSA_MODULES" >&5
 echo $ECHO_N "checking for $ALSA_MODULES... $ECHO_C" >&6
 
-        if $PKG_CONFIG --exists "$ALSA_MODULES" ; then
+        if $PKG_CONFIG --exists "$ALSA_MODULES" 2> /dev/null; then
             echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
             succeeded=yes
@@ -10382,7 +10382,7 @@
         echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5
 echo $ECHO_N "checking for $GTK_MODULES... $ECHO_C" >&6
 
-        if $PKG_CONFIG --exists "$GTK_MODULES" ; then
+        if $PKG_CONFIG --exists "$GTK_MODULES" 2> /dev/null; then
             echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
             succeeded=yes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]