[MPlayer-cvslog] r32274 - trunk/configure

diego subversion at mplayerhq.hu
Thu Sep 16 17:17:18 CEST 2010


Author: diego
Date: Thu Sep 16 17:17:18 2010
New Revision: 32274

Log:
100l: Set _XOPEN_SOURCE to a proper integer value.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 16 17:14:09 2010	(r32273)
+++ trunk/configure	Thu Sep 16 17:17:18 2010	(r32274)
@@ -3072,7 +3072,7 @@ done
 
 echocheck "mkstemp"
 cat > $TMPC << EOF
-#define _XOPEN_SOURCE >= 500
+#define _XOPEN_SOURCE 500
 #include <stdlib.h>
 int main(void) { mkstemp(""); return 0; }
 EOF


More information about the MPlayer-cvslog mailing list