[Gtk-sharp-list] How to check for gtk#

Miguel de Icaza miguel@ximian.com
17 Mar 2003 00:13:14 -0500


hello,

> > well, in this case - what's the recommended way to check for gtk#, it doesn't have a
> > pkg-config file ?
> 
> Other alternative would be something like this:

We should really use pkg-config to check for things being installed.

Anything that uses automake macros becomes a nightmare on the long run
(multiple installation prefixes, redefined macros, hard problems to
solve by people installing things for the first time, etc).

Miguel