# HG changeset patch # User gabucino # Date 1068757391 0 # Node ID 1531f1690612229f46bd404691e65ac9f76f04e0 # Parent 037cb180371652c27f692ad325d4ca1f4610b99c missing clause diff -r 037cb1803716 -r 1531f1690612 configure --- 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