mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Use a more standard checking message when checking for md5.h.
This commit is contained in:
parent
91dc96f8d6
commit
ee566b5b33
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user