[MPlayer-cvslog] r24022 - trunk/configure

diego subversion at mplayerhq.hu
Tue Aug 7 18:07:52 CEST 2007


Author: diego
Date: Tue Aug  7 18:07:52 2007
New Revision: 24022

Log:
Improve error message.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Aug  7 18:07:52 2007
@@ -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
 



More information about the MPlayer-cvslog mailing list