diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-22 13:15:32 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-22 13:15:32 +0000 |
commit | 6debaeb878641be474c19741d368f5e381f22d2a (patch) | |
tree | f621fa502a4c3385257046bf8b7e499609077d69 /configure.in | |
parent | b51a33657e944bf3459e7d94ab77c657a5ce9590 (diff) | |
download | emacs-6debaeb878641be474c19741d368f5e381f22d2a.tar.gz |
* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
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 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" |