qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: Fix wrong stderr redirection


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] configure: Fix wrong stderr redirection
Date: Tue, 09 Mar 2010 11:21:28 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 03/01/2010 03:10 PM, Stefan Weil wrote:
Signed-off-by: Stefan Weil<address@hidden>


Applied.  Thanks.

Regards,

Anthony Liguori
---
  configure |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index dfe3e42..a14aba7 100755
--- a/configure
+++ b/configure
@@ -1091,8 +1091,8 @@ EOF
      # static link with sdl ? (note: sdl.pc's --static --libs is broken)
      if test "$sdl" = "yes" -a "$static" = "yes" ; then
        if test $? = 0&&  echo $sdl_libs | grep -- -laa>  /dev/null; then
-         sdl_libs="$sdl_libs `aalib-config --static-libs>2 /dev/null`"
-         sdl_cflags="$sdl_cflags `aalib-config --cflags>2 /dev/null`"
+         sdl_libs="$sdl_libs `aalib-config --static-libs 2>/dev/null`"
+         sdl_cflags="$sdl_cflags `aalib-config --cflags 2>/dev/null`"
        fi
        if compile_prog "$sdl_cflags" "$sdl_libs" ; then
        :





reply via email to

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