Hi, [EMAIL PROTECTED] writes:
> > > But I don't know what I must write to test if gtk2 is install on the > > > computeur. And where I precise the use gtk2 and not gtk1.2 to compile the > > > project. > > > > AM_PATH_GTK_2_0(2.0.0, , AC_MSG_ERROR(Cannot find GTK+-2.0)) > > Is there a reason to use this instead of PKG_CHECK_MODULES() > (from pkg-config)? it's superiour since it checks that the headers and library are indeed installed and that their versions match. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
