Improve error message.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-07 16:07:52 +00:00
parent 716fc494f3
commit cc69fe945d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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