summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dce53de324..e1f5ce02c7 100755
--- a/configure
+++ b/configure
@@ -2107,7 +2107,7 @@ EOF
_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