summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2019-06-15 12:46:30 +0900
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2019-06-15 12:46:30 +0900
commitf6a1647a8be9148b8db76aca601773968af7c343 (patch)
tree4198ef75468b3751b01f489d87a4f9d3fbfb56da /configure.ac
parent1c3e8684c8b1d5f53e9eff05f0ea2a38b4207dd7 (diff)
downloademacs-f6a1647a8be9148b8db76aca601773968af7c343.tar.gz
* configure.ac: Lower required cairo version to 1.8.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c96f4231ee..a2e66c3f495 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3316,7 +3316,7 @@ fi
HAVE_CAIRO=no
if test "${HAVE_X11}" = "yes"; then
if test "${with_cairo}" != "no"; then
- CAIRO_REQUIRED=1.12.0
+ CAIRO_REQUIRED=1.8.0
CAIRO_MODULE="cairo >= $CAIRO_REQUIRED"
EMACS_CHECK_MODULES(CAIRO, $CAIRO_MODULE)
if test $HAVE_CAIRO = yes; then