[MPlayer-cvslog] r27692 - trunk/configure

diego subversion at mplayerhq.hu
Sat Oct 4 00:39:06 CEST 2008


Author: diego
Date: Sat Oct  4 00:39:06 2008
New Revision: 27692

Log:
Fix vsscanf test.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Oct  4 00:39:06 2008
@@ -3441,7 +3441,9 @@ echores "$_strsep"
 
 echocheck "vsscanf()"
 cat > $TMPC << EOF
+#define _ISOC99_SOURCE
 #include <stdarg.h>
+#include <stdio.h>
 int main(void) { vsscanf(0, 0, 0); return 0; }
 EOF
 _vsscanf=no



More information about the MPlayer-cvslog mailing list