diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-05-01 00:50:03 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-05-01 19:20:06 -0400 |
commit | 4764e6222bf4d5223fc2fbb139bb31a24819b2b5 (patch) | |
tree | cae344c1dc6b31b1109ee304842df1f2d0f3c940 /src/cairo-mutex-type-private.h | |
parent | b5f015f21f3c800919a85f03a081a3ec1648a794 (diff) |
[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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h index d3c27c15..8ec85cf9 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 |