diff configure @ 11457:1531f1690612

missing clause
author gabucino
date Thu, 13 Nov 2003 21:03:11 +0000
parents 22f8732b5d97
children 230c64786074
line wrap: on
line diff
--- a/configure	Thu Nov 13 21:00:31 2003 +0000
+++ b/configure	Thu Nov 13 21:03:11 2003 +0000
@@ -2107,7 +2107,7 @@
   _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, and re-run configure."
+    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."
   else
     die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)"
   fi