changeset 32190:14b77ef5dbc5

100l: Set _XOPEN_SOURCE to a proper integer value.
author diego
date Thu, 16 Sep 2010 15:17:18 +0000
parents 30688ebc4f11
children ca6eda0ae749
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 16 15:14:09 2010 +0000
+++ b/configure	Thu Sep 16 15:17:18 2010 +0000
@@ -3072,7 +3072,7 @@
 
 echocheck "mkstemp"
 cat > $TMPC << EOF
-#define _XOPEN_SOURCE >= 500
+#define _XOPEN_SOURCE 500
 #include <stdlib.h>
 int main(void) { mkstemp(""); return 0; }
 EOF