[Mplayer-cvslog] CVS: main configure,1.833,1.834

Diego Biurrun CVS diego at mplayerhq.hu
Fri Jan 30 10:07:30 CET 2004


Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv7824

Modified Files:
	configure 
Log Message:
Simplified support for libc5 systems.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.833
retrieving revision 1.834
diff -u -r1.833 -r1.834
--- configure	25 Jan 2004 18:18:21 -0000	1.833
+++ configure	30 Jan 2004 09:07:28 -0000	1.834
@@ -2148,9 +2148,9 @@
   _inttypes=no
   cc_check && _inttypes=yes
   if test "$_inttypes" = yes ; then
-    die "you don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h.link into the include path, rename it to inttypes.h 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
-    die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)"
+    die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)."
   fi
 fi
 echores "$_inttypes"




More information about the MPlayer-cvslog mailing list