From cc69fe945d81b7c6dfd057f716468ef8e0daf032 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 7 Aug 2007 16:07:52 +0000 Subject: Improve error message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3