summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-13 21:03:11 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-13 21:03:11 +0000
commit2e3a3ca9bd5f21cafe5a735d3566dc51c2e8cfc8 (patch)
treeadfdf6caad31551d8b0bf9eaa1d85de2f62633d1 /configure
parent1e12952a83fdc099cf70fadb8b7c88691528ef98 (diff)
downloadmpv-2e3a3ca9bd5f21cafe5a735d3566dc51c2e8cfc8.tar.bz2
mpv-2e3a3ca9bd5f21cafe5a735d3566dc51c2e8cfc8.tar.xz
missing clause
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11458 b3059339-0415-0410-9bf9-f77b7e298cf2
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