aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-08-22 07:54:34 +0000
committerGlenn Morris2007-08-22 07:54:34 +0000
commitf68c9a7b774f5e2169ebf478d480f943703d03f4 (patch)
tree4ad8917d6996b0b1ffc6233133fbec12b19f117b /src
parent6678dc115d07a7c352747e9441eed4641a145e3a (diff)
downloademacs-f68c9a7b774f5e2169ebf478d480f943703d03f4.tar.gz
emacs-f68c9a7b774f5e2169ebf478d480f943703d03f4.zip
Regenerate to add HAVE_RSVG.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
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. */
498/* Define to 1 if you have the `rmdir' function. */ 498/* Define to 1 if you have the `rmdir' function. */
499#undef HAVE_RMDIR 499#undef HAVE_RMDIR
500 500
501/* Define to 1 if using librsvg. */
502#undef HAVE_RSVG
503
501/* Define to 1 if you have the `select' function. */ 504/* Define to 1 if you have the `select' function. */
502#undef HAVE_SELECT 505#undef HAVE_SELECT
503 506