Port jpeg configuration to Solaris 10 with Sun C
commit5761a2ecb1a5178d2ea69a39725bdee368a754a5
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Apr 2015 01:30:01 +0000 (15 18:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Apr 2015 01:30:46 +0000 (15 18:30 -0700)
treed5c16729dc68d0d419a1a66441dee015839d2177
parentc0c57f8b36d4472296f9bc237a16b9876488472c
Port jpeg configuration to Solaris 10 with Sun C

* configure.ac: Check for jpeglib 6b by trying to link it, instead
of relying on cpp magic that has problems in practice.  Check for
both jpeglib.h and jerror.h features.  Remove special case for
mingw32, which should no longer be needed (and if it were needed,
should now be addressable by hotwiring emacs_cv_jpeglib).
Fixes: bug#20332
configure.ac