summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 16:07:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 16:07:52 +0000
commitcc69fe945d81b7c6dfd057f716468ef8e0daf032 (patch)
treee4737d35a71d4ddd43a788eefcbfbbdda352c387 /configure
parent716fc494f337315478c9cbf912c81a37afdd2529 (diff)
downloadmpv-cc69fe945d81b7c6dfd057f716468ef8e0daf032.tar.bz2
mpv-cc69fe945d81b7c6dfd057f716468ef8e0daf032.tar.xz
Improve error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 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 da1c4446f8..aac15e0d7f 100755
--- a/configure
+++ b/configure
@@ -2874,7 +2874,7 @@ EOF
if test "$_inttypes" = yes ; then
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/$_doc_lang/faq.html)."
+ die "Cannot find header either inttypes.h or bitypes.h. There is no chance for compilation to succeed."
fi
fi