From: Gerd Hoffmann Date: Wed, 10 Jun 2015 07:07:35 +0000 (+0200) Subject: only enable dsound in case the header file is present X-Git-Tag: v2.4.0-rc0~73^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=307119e7d948bcdb5918fd762153deda471e695b;p=thirdparty%2Fqemu.git only enable dsound in case the header file is present Signed-off-by: Gerd Hoffmann --- diff --git a/configure b/configure index ccf8dc7788b..222694f34d8 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 <