diff configure @ 11890:dae8bc96fb15

Simplified support for libc5 systems.
author diego
date Fri, 30 Jan 2004 09:07:28 +0000
parents 63fecc69c3fb
children 25248bff4a57
line wrap: on
line diff
--- a/configure	Fri Jan 30 08:59:01 2004 +0000
+++ b/configure	Fri Jan 30 09:07:28 2004 +0000
@@ -2148,9 +2148,9 @@
   _inttypes=no
   cc_check && _inttypes=yes
   if test "$_inttypes" = yes ; then
-    die "you don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h.link into the include path, rename it to inttypes.h and re-run configure."
+    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/en/faq.html)"
+    die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)."
   fi
 fi
 echores "$_inttypes"