configure: add header_check_broken, use for cdio
commit9e6b34e040cd85ae0966a8a09dee2fde57eb9b6b
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 29 Jul 2010 08:44:44 +0000 (29 08:44 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:14:46 +0000 (2 04:14 +0200)
treed1256dc05b7454ff64422f4993f41148457821ca
parentb1502bd15c9b959a2413fa0fc2f67c608f35e17e
configure: add header_check_broken, use for cdio

Make the sys/cdio.h header test work by explictly including
sys/types.h before.
Broken headers are a Solaris and BSD tradition, hoping
for them to get their act together is hopeless, so we
work around it (for now at least).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31855 b3059339-0415-0410-9bf9-f77b7e298cf2

Add a special header_check_broken to be used for broken
system headers taht do not include all dependencies
and use it for the Solaris uscsi header.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31856 b3059339-0415-0410-9bf9-f77b7e298cf2

Use header_check_broken to simplify cdio.h check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31857 b3059339-0415-0410-9bf9-f77b7e298cf2
configure