qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ./configure without SDL
@ 2004-08-26 22:30 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2004-08-26 22:30 UTC (permalink / raw)
  To: qemu-devel

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-26 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 22:30 [Qemu-devel] [PATCH] ./configure without SDL Magnus Damm

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).