osso-esd: Fixed configure QA failure.
[vuplus_openembedded] / packages / maemo / osso-esd / qa-silence.patch
1 Index: esd/configure.in
2 ===================================================================
3 --- esd.orig/configure.in       2005-03-14 12:13:59.000000000 +0000
4 +++ esd/configure.in    2009-03-07 10:43:45.000000000 +0000
5 @@ -167,7 +167,7 @@
6     AC_CHECK_HEADERS(CoreAudio/CoreAudio.h)
7     # mme_api.h directly includes other files from the mme subdir
8     xCPPFLAGS="$CPPFLAGS"
9 -   CPPFLAGS="$CPPFLAGS -I/usr/include/mme"
10 +   CPPFLAGS="$CPPFLAGS -I${MME_INCDIR}"
11     AC_CHECK_HEADERS(mme/mme_api.h)
12     CPPFLAGS="$xCPPFLAGS"
13