]> sjero.net Git - wget/commitdiff
[svn] Use a more standard checking message when checking for md5.h.
authorhniksic <devnull@localhost>
Wed, 12 Nov 2003 00:50:00 +0000 (16:50 -0800)
committerhniksic <devnull@localhost>
Wed, 12 Nov 2003 00:50:00 +0000 (16:50 -0800)
ChangeLog
configure.in

index 8ebdda17d0c577ad72bb2e2cd6b57eab008d52b7..83120a4cce17abc2b482d1670544dea4c936065b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ee71aa9ce04301ac69c36fe64fcd8d65e92f9d4f..aa0d7f75fd344a38b517d5040847f2fd4cc785b1 100644 (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)