Carlos Cavanna <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I need to compile a version of classpath that
> does not link with neither -lpthread nor -lgthread
> (that is all I need to remove).
> 
> What would be the correct procedure to do it ?
> I tried commenting out:
>    AM_PATH_GLIB(1.2.4,,exit 1,gthread)
> 
> from configure.in but that is not a nice solution
> as it seems to remove more than is necessary.
> There has to be a higher level solution.

Essentially work in a patch to configure.in and Makefile.am that
leaves out the relevant checks when leaving out the gtk peers.

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to