Bug 31 - $(CC) not set in Makefile
Summary: $(CC) not set in Makefile
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.1
Hardware: SPARC Solaris
: high normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 07:59 UTC by Tony Graham
Modified: 2003-02-16 14:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tony Graham 2003-02-17 07:59:26 UTC
configure.in uses AC_PROG_CC to determine the C compiler to use, but then
nothing uses the result.

On a Solaris system with gcc and without anything useful at /usr/ucb/cc,
configure finds gcc, but the Makefile calls cc, and compilation fails.

Add this to Makedefs.in:

CC=@CC@
Comment 1 Keith Packard 2003-02-17 09:26:49 UTC
Thanks muchly.


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.