From: Glenn Morris Date: Wed, 22 Aug 2007 07:54:34 +0000 (+0000) Subject: Regenerate to add HAVE_RSVG. X-Git-Tag: emacs-pretest-23.0.90~11396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f68c9a7b774f5e2169ebf478d480f943703d03f4;p=emacs.git Regenerate to add HAVE_RSVG. --- diff --git a/man/ChangeLog b/man/ChangeLog index ce38324db11..7d743561627 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-08-22 Glenn Morris + + * faq.texi (Learning how to do something): Refcards now in + etc/refcards/ directory. + 2007-08-22 Michael Albinus * tramp.texi (Remote Programs): Persistency file must be cleared when diff --git a/src/config.in b/src/config.in index 70a5b7bee32..e050ceae44f 100644 --- a/src/config.in +++ b/src/config.in @@ -498,6 +498,9 @@ Boston, MA 02110-1301, USA. */ /* Define to 1 if you have the `rmdir' function. */ #undef HAVE_RMDIR +/* Define to 1 if using librsvg. */ +#undef HAVE_RSVG + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT