diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-27 22:53:35 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-27 22:53:35 +0200 |
commit | 8ea189f7bfe01e5313e0b95078171718ea5e0d4f (patch) | |
tree | c2dc955237ec7922807fcebd4c6c5fe1bf99e4c7 /configure.in | |
parent | d8a4b27a847945fb629067132d7287cc075083dd (diff) | |
download | emacs-8ea189f7bfe01e5313e0b95078171718ea5e0d4f.tar.gz |
Compile with imagemagick support by default.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 82d8eced97e..289ef3195d2 100644 --- a/configure.in +++ b/configure.in @@ -156,7 +156,7 @@ 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_ON([xml2],[don't compile with XML parsing support]) -OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support]) +OPTION_DEFAULT_ON([imagemagick],[don't compile with ImageMagick image support]) OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts]) OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support]) |