summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-30 09:07:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-30 09:07:28 +0000
commit44d67d88e16ee20709ca635e2bb7c19ecf62f942 (patch)
tree0740d406ad83fd0d0be69e917781acf74beee1f7 /configure
parent480be09d359998befea12a5d1b031d3ef96e73da (diff)
downloadmpv-44d67d88e16ee20709ca635e2bb7c19ecf62f942.tar.bz2
mpv-44d67d88e16ee20709ca635e2bb7c19ecf62f942.tar.xz
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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c6d0b4f755..9c050bc43e 100755
--- a/configure
+++ b/configure
@@ -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"