]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Lower required cairo version to 1.8.0.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 15 Jun 2019 03:46:30 +0000 (12:46 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 15 Jun 2019 03:46:30 +0000 (12:46 +0900)
configure.ac

index 5c96f4231eed53ff1c1407d22a8c953f795a07ae..a2e66c3f4956f2e122de1ff90896b1a8c6176ded 100644 (file)
@@ -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