[MPlayer-cvslog] r32266 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Sep 16 16:38:04 CEST 2010
Author: diego
Date: Thu Sep 16 16:38:03 2010
New Revision: 32266
Log:
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Sep 16 15:30:02 2010 (r32265)
+++ trunk/configure Thu Sep 16 16:38:03 2010 (r32266)
@@ -3072,6 +3072,7 @@ done
echocheck "mkstemp"
cat > $TMPC << EOF
+#define _XOPEN_SOURCE >= 500
#include <stdlib.h>
int main(void) { char a; mkstemp(&a); return 0; }
EOF
More information about the MPlayer-cvslog
mailing list