mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
Improve error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
716fc494f3
commit
cc69fe945d
2
configure
vendored
2
configure
vendored
@ -2874,7 +2874,7 @@ EOF
|
|||||||
if test "$_inttypes" = yes ; then
|
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."
|
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
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user