[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:
Behdad Esfahbod 2007-05-01 00:50:03 -04:00
parent b5f015f21f
commit 4764e6222b

View file

@ -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