From 6debaeb878641be474c19741d368f5e381f22d2a Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Thu, 22 Jan 2009 13:15:32 +0000 Subject: [PATCH] * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdbb069ade4..98899fb5e96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-22 Yavor Doganov (tiny change) + + * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) + 2009-01-22 Dan Nicolaescu * configure.in: Add support for m68k-*-netbsd. diff --git a/configure.in b/configure.in index 228d20c6e04..11657348523 100644 --- a/configure.in +++ b/configure.in @@ -1497,7 +1497,7 @@ fi ### 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" -- 2.39.2