[Mplayer-cvslog] CVS: main configure,1.810,1.811
Gabucino
gabucino at mplayerhq.hu
Thu Nov 13 22:03:14 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22838
Modified Files:
configure
Log Message:
missing clause
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -r1.810 -r1.811
--- configure 13 Nov 2003 20:52:41 -0000 1.810
+++ configure 13 Nov 2003 21:03:11 -0000 1.811
@@ -2107,7 +2107,7 @@
_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, and re-run configure."
+ 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."
else
die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)"
fi
More information about the MPlayer-cvslog
mailing list