]> git.sesse.net Git - vlc/commitdiff
Mozilla: do not hard-code autoconf file descriptors
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 10 Apr 2010 13:38:52 +0000 (16:38 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 10 Apr 2010 13:38:52 +0000 (16:38 +0300)
configure.ac

index 9ccbeb20c051fe9bc4401cee4240225e0d847c29..51b6ca26a8646a6539234ac5619919fa1e7c46b0 100644 (file)
@@ -4557,11 +4557,11 @@ then
        for i in "${with_mozilla_pkg}" libxul {seamonkey,iceape,xulrunner,firefox,iceweasel,mozilla}-plugin; do
           if test -n "$i"
           then
-            echo "Trying to find $i package" >&5
-            if $PKG_CONFIG --exists --print-errors "$i" 2>&5
+            echo "Trying to find $i package" >&AS_MESSAGE_LOG_FD
+            if $PKG_CONFIG --exists --print-errors "$i" 2>&AS_MESSAGE_LOG_FD
             then
-              echo "Using $i pkg-config package." >&5
-              echo "Using $i package." >&6
+              echo "Using $i pkg-config package." >&AS_MESSAGE_LOG_FD
+              echo "Using $i package." >&AS_MESSAGE_FD
               found=1
               MOZILLA_CFLAGS=$(eval $PKG_CONFIG --cflags "$i" )
               MOZILLA_LIBS=$(eval $PKG_CONFIG --libs "$i" )