Mercurial > emacs
changeset 101355:1cda0fcef248
* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 22 Jan 2009 13:15:32 +0000 |
parents | 8802a9b050fb |
children | a7544aafa1e1 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 22 12:31:36 2009 +0000 +++ b/ChangeLog Thu Jan 22 13:15:32 2009 +0000 @@ -1,3 +1,7 @@ +2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change) + + * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) + 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu> * configure.in: Add support for m68k-*-netbsd.
--- a/configure.in Thu Jan 22 12:31:36 2009 +0000 +++ b/configure.in Thu Jan 22 13:15:32 2009 +0000 @@ -1497,7 +1497,7 @@ ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then if test "${with_rsvg}" != "no"; then RSVG_REQUIRED=2.0.0 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"