changeset 24002:4aadd7aea5c1

Improve error message.
author diego
date Tue, 07 Aug 2007 16:07:52 +0000
parents bc29871be2fd
children 5207d09dbb67
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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