qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Remove bash-ism from configure


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH] Remove bash-ism from configure
Date: Sat, 10 Feb 2007 20:06:00 -0600
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

This is one I introduced in the gcc-3.x autodetect. It's against CVS from a little while ago so hopefully it's just fuzz.

Regards,

Anthony Liguori
diff -r 00e394f6a849 configure
--- a/configure Sat Feb 10 19:59:51 2007 -0600
+++ b/configure Sat Feb 10 20:03:13 2007 -0600
@@ -339,7 +339,7 @@ int main(){return 0;}
 int main(){return 0;}
 EOF
     check_cc() {
-       which "$1" >&/dev/null
+       which "$1" 2>/dev/null
        return $?
     }
 

reply via email to

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