Module Name: xsrc
Committed By: mrg
Date: Mon Mar 17 02:49:08 UTC 2014
Modified Files:
xsrc/external/mit/pixman/include: config.h
Log Message:
turn on PTHREADS.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 xsrc/external/mit/pixman/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/pixman/include/config.h
diff -u xsrc/external/mit/pixman/include/config.h:1.17 xsrc/external/mit/pixman/include/config.h:1.18
--- xsrc/external/mit/pixman/include/config.h:1.17 Mon Mar 17 01:34:01 2014
+++ xsrc/external/mit/pixman/include/config.h Mon Mar 17 02:49:08 2014
@@ -47,7 +47,7 @@
#define HAVE_POSIX_MEMALIGN 1
/* Whether pthreads is supported */
-/* #undef HAVE_PTHREADS */
+#define HAVE_PTHREADS 1
/* Whether we have sigaction() */
#define HAVE_SIGACTION 1