> > A couple of minor glicthes. setup.py does not recognize the > > --enable-threading or --enable-thread options and fails. > > --enable-threading should work. > > Do you think that setup.py should recoginze --enable-thread(s) too?
Not really, I only tried --enable-thread as thats what worked for configure passing --enable-threading to configure does not actually enable threading, --enable-thread does so I guess setup.py should recognise what ever configure does just for the sake of being consistent. -- * Rob Brown-Bayliss * ================= * zoism.org _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
