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: Fri, 14 Jul 2006 12:04:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/14 12:04:46

Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -b -r1.171 -r1.172
--- configure   8 Jul 2006 16:18:28 -0000       1.171
+++ configure   14 Jul 2006 12:04:46 -0000      1.172
@@ -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" 2> /dev/null; then
+        if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; 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" 2> /dev/null; then
+        if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; 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]