mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
[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.
This commit is contained in:
parent
b5f015f21f
commit
4764e6222b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue