From 60128149f864acead0cb0b552033c44f5519be32 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 4 Jul 2008 18:52:37 +0000 Subject: configure.ac: Fix checking of headers for the OSS4 plugin to fail if a single header doesn't exist already. AC_CHECK_... Original commit message from CVS: Patch by: Damien Lespiau * configure.ac: Fix checking of headers for the OSS4 plugin to fail if a single header doesn't exist already. AC_CHECK_HEADERS only fails if none of the headers is found. Fixes bug #541543. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c86b92a6..b6fff094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-07-04 Sebastian Dröge + + Patch by: Damien Lespiau + + * configure.ac: + Fix checking of headers for the OSS4 plugin to fail if a single + header doesn't exist already. AC_CHECK_HEADERS only fails if none + of the headers is found. Fixes bug #541543. + 2008-07-04 Sebastian Dröge Patch by: Damien Lespiau -- cgit v1.2.1