# HG changeset patch # User diego # Date 1186502872 0 # Node ID 4aadd7aea5c1165cb4cd38fc44052872072f1995 # Parent bc29871be2fdfd50c220f065e815c23741d51af5 Improve error message. diff -r bc29871be2fd -r 4aadd7aea5c1 configure --- a/configure Tue Aug 07 08:57:20 2007 +0000 +++ b/configure Tue Aug 07 16:07:52 2007 +0000 @@ -2874,7 +2874,7 @@ if test "$_inttypes" = yes ; then die "You don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h into the include path, and re-run configure." else - die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/$_doc_lang/faq.html)." + die "Cannot find header either inttypes.h or bitypes.h. There is no chance for compilation to succeed." fi fi