summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-type-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-05-01 00:50:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-05-01 19:20:06 -0400
commit4764e6222bf4d5223fc2fbb139bb31a24819b2b5 (patch)
treecae344c1dc6b31b1109ee304842df1f2d0f3c940 /src/cairo-mutex-type-private.h
parentb5f015f21f3c800919a85f03a081a3ec1648a794 (diff)
downloadcairo-4764e6222bf4d5223fc2fbb139bb31a24819b2b5.tar.gz
[cairo-mutex] Improve error message if no thread implementation found
to put back Carl's "acknowledge and accept" clause (!) before suggesting use of CAIRO_NO_MUTEX.
Diffstat (limited to 'src/cairo-mutex-type-private.h')
-rw-r--r--src/cairo-mutex-type-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h
index d3c27c152..8ec85cf92 100644
--- a/src/cairo-mutex-type-private.h
+++ b/src/cairo-mutex-type-private.h
@@ -117,8 +117,8 @@ CAIRO_BEGIN_DECLS
#else /**********************************************************************/
-# error "XXX: No mutex implementation found. Define CAIRO_NO_MUTEX to 1" \
- " to compile cairo without thread-safety support."
+# error "XXX: No mutex implementation found. Cairo will not work with multiple threads. Define CAIRO_NO_MUTEX to 1 to acknowledge and accept this limitation and compile cairo without thread-safety support."
+
#endif