[svn] Use a more standard checking message when checking for md5.h.

This commit is contained in:
hniksic 2003-11-11 16:50:00 -08:00
parent 91dc96f8d6
commit ee566b5b33
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-12 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Use a more standard checking message when checking
for md5.h.
2003-11-12 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Tweak ansi2knr test, use : instead of true.

View File

@ -423,7 +423,7 @@ then
AC_CHECK_LIB(md5, md5_calc, [
dnl Some installations have bogus <md5.h> in the compiler's
dnl include path, making the system md5 library useless.
AC_MSG_CHECKING([whether md5.h can be included])
AC_MSG_CHECKING([for working md5.h])
AC_COMPILE_IFELSE([#include <md5.h>
], [
AC_MSG_RESULT(yes)