Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Masamichi Hosoda
poppler
Commits
5c6a2d34
Commit
5c6a2d34
authored
Mar 09, 2005
by
Kristian Høgsberg
Browse files
2005-03-09 Kristian Høgsberg <krh@redhat.com>
* configure.ac: Bump cairo requirement to 0.4.
parent
5b2d9a61
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5c6a2d34
2005-03-09 Kristian Høgsberg <krh@redhat.com>
* configure.ac: Bump cairo requirement to 0.4.
2005-03-04 Kristian Høgsberg <krh@redhat.com>
Patch from Jeff Muizelaar <jrmuizel@nit.ca>. Changed to allocate
...
...
configure.ac
View file @
5c6a2d34
...
...
@@ -115,9 +115,9 @@ AC_ARG_ENABLE(cairo-output,
enable_cairo_output=$enableval,
enable_cairo_output="try")
if test x$enable_cairo_output = xyes; then
PKG_CHECK_MODULES(CAIRO, cairo >= 0.
3
)
PKG_CHECK_MODULES(CAIRO, cairo >= 0.
4
)
elif test x$enable_cairo_output = xtry; then
PKG_CHECK_MODULES(CAIRO, cairo >= 0.
3
,
PKG_CHECK_MODULES(CAIRO, cairo >= 0.
4
,
[enable_cairo_output="yes"],
[enable_cairo_output="no"])
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment