If fontconfig is found, then configure proceeds to checks on freetype version. If a too old freetype is found, then it calls AC_MSG_ERROR. What it should do is along the lines of if test $VERSION_DEC -lt $MIN_VERSION_DEC; then AC_MSG_RESULT($FREETYPE_VERSION) AC_MSG_WARNING($FREETYPE_VERSION - version $FREETYPE_MIN_VERSION from release $FREETYPE_MIN_RELEASE required) use_freetype=no fi And the same for the test for the existance of freetype-config. Some splitting up of the if test "x$use_freetype" = "xyes"; block will be needed.
Created attachment 2921 [details] [review] Proposed patch
2005-08-18 Owen Taylor <otaylor@redhat.com> Reviewed by: krh * configure.in: Fix tests to just disable FreeType if a too-old FreeType is found, rather than erroring out. (#2298)
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
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.