2004-05-12 Ken Raeburn <raeburn@mit.edu>
- * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to
- get a newer one, and error out.
+ * k5-thread.h: On IRIX, with threads enabled, reject gcc older
+ than v3.
2004-05-05 Ken Raeburn <raeburn@mit.edu>
The C library doesn't provide pthread_once; we can use weak
reference support for that. */
#if defined(__GNUC__) && __GNUC__ < 3
-# error "Please update to a newer gcc with weak symbol support, reconfigure and recompile."
+# error "Please update to a newer gcc with weak symbol support, or switch to native cc; reconfigure and recompile."
#endif
#undef k5_mutex_lock
#undef k5_mutex_unlock