diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 21:03:11 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 21:03:11 +0000 |
commit | 2e3a3ca9bd5f21cafe5a735d3566dc51c2e8cfc8 (patch) | |
tree | adfdf6caad31551d8b0bf9eaa1d85de2f62633d1 /configure | |
parent | 1e12952a83fdc099cf70fadb8b7c88691528ef98 (diff) |
missing clause
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11458 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |