Re: gthread & autoconf




edwin@snufkin.f9.co.uk writes:
> 
> I can\'t work out what I need to put in configure.in to inform autoconf/automake that I want to link to the gthread library. Can anyone help me out?
> 

If you read glib.m4 (in share/aclocal) it has some docs - basically
you want:
 
 AM_PATH_GLIB(1.2, , AC_MSG_ERROR("can't find glib"), gthread)

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]