[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: multithreaded redrawing
- From: Havoc Pennington <hp redhat com>
- To: psionic psionic de
- Cc: gtk-app-devel-list gnome org
- Subject: Re: multithreaded redrawing
- Date: 04 Oct 2001 02:47:59 -0400
Jochen Schaeuble <psionic@psionic.de> writes:
> I have a minor (maybe beginner) problem with autoconf. What do I have to
> add to the configure.in (or even Makefile.am) to get gthread support?
> I added the pthread stuff to my configure.in / Makefile.am.
I think the AM_PATH_GLIB and AM_PATH_GTK macros support extra module
names. Something like:
AM_PATH_GTK(1.2.10, , , gthread)
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]