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: Tizen_Studio_1.3_Release_p2.3.2~209^2~136^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=307119e7d948bcdb5918fd762153deda471e695b;p=sdk%2Femulator%2Fqemu.git only enable dsound in case the header file is present Signed-off-by: Gerd Hoffmann --- diff --git a/configure b/configure index ccf8dc7788..222694f34d 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 <