--- psiconv/trunk/configure.in 2004/02/25 16:11:17 228 +++ psiconv/trunk/configure.in 2004/04/29 22:05:23 252 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([lib/psiconv]) -AM_INIT_AUTOMAKE(psiconv,0.9.3) +AM_INIT_AUTOMAKE(psiconv,0.9.5) AM_CONFIG_HEADER(config.h) @@ -81,6 +81,7 @@ AC_MSG_CHECKING(whether GetMagickInfo works and which API to use) AC_TRY_RUN([ #include + #include #include int main(void) { ExceptionInfo exception; GetExceptionInfo(&exception);