1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)

This commit is contained in:
Adrian Robert 2009-01-22 13:15:32 +00:00
parent b51a33657e
commit 6debaeb878
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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"