| commit | 66450b615a32930c7c4d81d789d1cc56ed5fa6f0 | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Sat Jul 28 14:53:17 2012 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Sat Jul 28 14:53:17 2012 +0000 |
| tree | 2aaf116469099f328063f6d4a1503fd595db69a2 | |
| parent | 44886b9874b0dc62e49d0c26f16aa4fbcb2407f0 [diff] [blame] |
diff --git a/MagickCore/magick-config.h b/MagickCore/magick-config.h index 4545b8f..05d3b0e 100644 --- a/MagickCore/magick-config.h +++ b/MagickCore/magick-config.h
@@ -1356,7 +1356,9 @@ #endif /* Define if you have RSVG library */ -/* #undef RSVG_DELEGATE */ +#ifndef MAGICKCORE_RSVG_DELEGATE +#define MAGICKCORE_RSVG_DELEGATE 1 +#endif /* Define to the type of arg 1 for `select'. */ #ifndef MAGICKCORE_SELECT_TYPE_ARG1