From: Glenn Morris Date: Mon, 25 Jan 2016 23:28:30 +0000 (-0500) Subject: * configure.ac (--with-cairo): Say it's experimental. X-Git-Tag: emacs-25.0.90~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60c9e6829e379fb8d9acc1d2bc71333872f8c7f7;p=emacs.git * configure.ac (--with-cairo): Say it's experimental. --- diff --git a/configure.ac b/configure.ac index 7a3d4d92831..1f72433152a 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ OPTION_DEFAULT_ON([tiff],[don't compile with TIFF image support]) OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) OPTION_DEFAULT_ON([png],[don't compile with PNG image support]) OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) -OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing]) +OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)]) OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) OPTION_DEFAULT_ON([imagemagick],[don't compile with ImageMagick image support])