On Thu, 2003-10-02 at 15:33, David Judkovics wrote:
> Thats the corollary to my question, I think. I have the default
> configuration for glib and 'G_THREADS_ENABLED' is not defined.
> If 'G_THREADS_ENABLED' is not defined does that mean '--disable-threads'
> was passed to configure?
How are you deciding that G_THREADS_ENABLED is not defined?
Does a test case like:
===
#include <glib.h>
#ifndef G_THREADS_ENABLED
#error "Threads were not enabled
#endif
int main ()
{
return 0;
}
===
not compile succesfully?
Owen
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list