From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVQzy-0002WU-T9 for qemu-devel@nongnu.org; Mon, 27 Jul 2009 10:16:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVQzs-0002Qn-1P for qemu-devel@nongnu.org; Mon, 27 Jul 2009 10:16:16 -0400 Received: from [199.232.76.173] (port=44514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVQzp-0002Pt-Py for qemu-devel@nongnu.org; Mon, 27 Jul 2009 10:16:11 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34215) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVQzp-0000yg-BP for qemu-devel@nongnu.org; Mon, 27 Jul 2009 10:16:09 -0400 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:13 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 34/47] target_softmmu is undefined at that point List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Signed-off-by: Juan Quintela --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 6dab802..b7d1214 100755 --- a/configure +++ b/configure @@ -1656,7 +1656,7 @@ fi if test "$sdl1" = "yes" ; then echo "#define CONFIG_SDL 1" >> $config_host_h echo "CONFIG_SDL=y" >> $config_host_mak - if test "$target_softmmu" = "no" -o "$static" = "yes"; then + if test "$static" = "yes"; then echo "SDL_LIBS=$sdl_static_libs" >> $config_host_mak else echo "SDL_LIBS=$sdl_libs`" >> $config_host_mak -- 1.6.2.5