Bug 20538 - don't use AC_FIND_FILE rather AC_CHECK_HEADER to look for jpeg headers
Summary: don't use AC_FIND_FILE rather AC_CHECK_HEADER to look for jpeg headers
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-08 06:38 UTC by Marc Kleine-Budde
Modified: 2009-03-08 07:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
use AC_CHECK_HEADER to find headers (1.20 KB, text/plain)
2009-03-08 06:38 UTC, Marc Kleine-Budde
Details

Description Marc Kleine-Budde 2009-03-08 06:38:57 UTC
Created attachment 23654 [details]
use AC_CHECK_HEADER to find headers

The original m4/libjpeg.m4 used AC_FIND_FILE to look for jpeg header file.
This test is not cross-compiling save. This patch uses the autoconf function
AC_CHECK_HEADER to look for the jpeg header, which works in the native and
the cross compiling scenaria.
Comment 1 Albert Astals Cid 2009-03-08 07:32:27 UTC
Commited into the repo.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.