From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REKNS-0004Mt-Kp for qemu-devel@nongnu.org; Thu, 13 Oct 2011 08:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REKNM-0006jQ-VH for qemu-devel@nongnu.org; Thu, 13 Oct 2011 08:27:10 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:51170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REKNM-0006gF-Is for qemu-devel@nongnu.org; Thu, 13 Oct 2011 08:27:04 -0400 Received: by mail-wy0-f173.google.com with SMTP id 22so1972788wyh.4 for ; Thu, 13 Oct 2011 05:27:04 -0700 (PDT) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Thu, 13 Oct 2011 14:26:22 +0200 Message-Id: <1318508784-8172-9-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1318508784-8172-1-git-send-email-marcandre.lureau@redhat.com> References: <1316621468-32171-1-git-send-email-marcandre.lureau@redhat.com> <1318508784-8172-1-git-send-email-marcandre.lureau@redhat.com> Subject: [Qemu-devel] [PATCH 09/11] configure: pa_simple is not needed anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , kraxel@redhat.com --- configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index c3044c7..4278eb1 100755 --- a/configure +++ b/configure @@ -1682,9 +1682,9 @@ for drv in $audio_drv_list; do ;; pa) - audio_drv_probe $drv pulse/simple.h "-lpulse-simple -lpulse" \ - "pa_simple *s = 0; pa_simple_free(s); return 0;" - libs_softmmu="-lpulse -lpulse-simple $libs_softmmu" + audio_drv_probe $drv pulse/mainloop.h "-lpulse" \ + "pa_mainloop *m = 0; pa_mainloop_free (m); return 0;" + libs_softmmu="-lpulse $libs_softmmu" audio_pt_int="yes" ;; -- 1.7.6.2