[MPlayer-cvslog] r32267 - trunk/configure

diego subversion at mplayerhq.hu
Thu Sep 16 16:38:50 CEST 2010


Author: diego
Date: Thu Sep 16 16:38:50 2010
New Revision: 32267

Log:
Simplify mkstemp() check.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 16 16:38:03 2010	(r32266)
+++ trunk/configure	Thu Sep 16 16:38:50 2010	(r32267)
@@ -3074,7 +3074,7 @@ echocheck "mkstemp"
 cat > $TMPC << EOF
 #define _XOPEN_SOURCE >= 500
 #include <stdlib.h>
-int main(void) { char a;  mkstemp(&a); return 0; }
+int main(void) { mkstemp(""); return 0; }
 EOF
 _mkstemp=no
 cc_check && _mkstemp=yes


More information about the MPlayer-cvslog mailing list