diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-30 09:07:28 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-30 09:07:28 +0000 |
commit | 44d67d88e16ee20709ca635e2bb7c19ecf62f942 (patch) | |
tree | 0740d406ad83fd0d0be69e917781acf74beee1f7 /configure | |
parent | 480be09d359998befea12a5d1b031d3ef96e73da (diff) |
Simplified support for libc5 systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11891 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2148,9 +2148,9 @@ 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, rename it to inttypes.h and re-run configure." + die "You don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h into the include path, and re-run configure." else - die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)" + die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)." fi fi echores "$_inttypes" |