qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <damm@opensource.se>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] ./configure without SDL
Date: Fri, 27 Aug 2004 00:30:58 +0200	[thread overview]
Message-ID: <1093559458.6497.29.camel@kubu.opensource.se> (raw)

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

Hello,

The attached patch removes the annoying output produced by a missing
sdl-config binary.

/ magnus
magnusd@work:~/qemu/cvs/qemu> ./configure
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/magnusd/qemu/cvs/qemu
C compiler        gcc
make              make
host CPU          i386
host big endian   no
target list       i386-user i386 i386-softmmu arm-user sparc-user
ppc-user ppc-softmmu
gprof enabled     no
static build      no
SDL support       no
SDL static link   no
mingw32 support   no
WARNING: cannot compile statically with SDL - qemu-fast won't have a
graphical output
./configure: line 1: sdl-config: command not found
./configure: line 1: sdl-config: command not found
./configure: line 1: sdl-config: command not found
magnusd@work:~/qemu/cvs/qemu> 

[-- Attachment #2: qemu-cvs_20040826-sdl-config.patch --]
[-- Type: text/x-patch, Size: 612 bytes --]

Index: configure
===================================================================
RCS file: /cvsroot/qemu/qemu/configure,v
retrieving revision 1.43
diff -u -r1.43 configure
--- configure	3 Aug 2004 21:14:23 -0000	1.43
+++ configure	26 Aug 2004 16:07:08 -0000
@@ -522,7 +522,7 @@
             echo "SDL_LIBS=`$sdl_config --libs`" >> $config_mak
         fi
     fi
-    echo -n "SDL_CFLAGS=`$sdl_config --cflags`" >> $config_mak
+    echo -n "SDL_CFLAGS=`$sdl_config --cflags 2> /dev/null`" >> $config_mak
     if [ "${aa}" = "yes" ] ; then
         echo -n " `aalib-config --cflags`" >> $config_mak ;
     fi

                 reply	other threads:[~2004-08-26 22:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1093559458.6497.29.camel@kubu.opensource.se \
    --to=damm@opensource.se \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).