From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4TUy-0006iS-GQ for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4TUt-0005xO-WC for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4TUt-0005xF-Ri for qemu-devel@nongnu.org; Mon, 15 Jun 2015 08:28:15 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 5584A33D8C8 for ; Mon, 15 Jun 2015 12:28:15 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 15 Jun 2015 14:27:55 +0200 Message-Id: <1434371291-6994-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1434371291-6994-1-git-send-email-kraxel@redhat.com> References: <1434371291-6994-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 04/20] only enable dsound in case the header file is present List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- configure | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configure b/configure index ccf8dc7..222694f 100755 --- a/configure +++ b/configure @@ -435,6 +435,14 @@ EOF compile_object } +check_include() { +cat > $TMPC < +int main(void) { return 0; } +EOF + compile_object +} + write_c_skeleton() { cat > $TMPC <