Index: exo/exo-md5.c =================================================================== --- exo/exo-md5.c (revision 21408) +++ exo/exo-md5.c (working copy) @@ -274,6 +274,11 @@ #else +/* RedHat AS, Fedora */ +#ifdef HAVE_MD5GLOBAL_H +#include +#endif + #include #endif /* !defined (HAVE_MD5INIT) */ Index: configure.in.in =================================================================== --- configure.in.in (revision 21408) +++ configure.in.in (working copy) @@ -82,8 +82,8 @@ dnl *************************************** AC_HEADER_STDC() AC_CHECK_HEADERS([assert.h errno.h fcntl.h fnmatch.h libintl.h locale.h math.h \ - md5.h mmintrin.h regex.h string.h sys/resource.h sys/stat.h \ - sys/time.h sys/types.h sys/wait.h time.h]) + md5.h md5global.h mmintrin.h regex.h string.h sys/resource.h \ + sys/stat.h sys/time.h sys/types.h sys/wait.h time.h]) dnl ************************************ dnl *** Check for standard functions ***