diff options
author | Glenn Morris <rgm@gnu.org> | 2011-07-29 06:18:43 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-07-29 06:18:43 -0400 |
commit | 096a60526593c1571da1ec9137b878ad8178f833 (patch) | |
tree | 90e985f2eee7d5a923ac87f3c357cc440bebca35 /autogen | |
parent | c843522682b69319814ad5884bb5d7378e4f6bf0 (diff) | |
download | emacs-096a60526593c1571da1ec9137b878ad8178f833.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index ec0764613f1..074850731b0 100755 --- a/autogen/configure +++ b/autogen/configure @@ -10240,7 +10240,7 @@ fi ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then if test "${with_rsvg}" != "no"; then RSVG_REQUIRED=2.11.0 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" |