diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-07 16:07:52 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-07 16:07:52 +0000 |
commit | cc69fe945d81b7c6dfd057f716468ef8e0daf032 (patch) | |
tree | e4737d35a71d4ddd43a788eefcbfbbdda352c387 | |
parent | 716fc494f337315478c9cbf912c81a37afdd2529 (diff) |
Improve error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |