On 1/15/06, Sean Kelley <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~$ pkg-config --modversion libexif > 0.6.12 > > [EMAIL PROTECTED]:~$ pkg-config --exists "libexif >= 0.5.12" > [EMAIL PROTECTED]:~$ echo $? > 0
Retry, removing the spaces around your '>='. ;-) > What is the recommended solution? As pointed out by someone else, you're probably not running these pkg-config commands under jhbuild, thus getting results from /usr/lib/pkgconfig. However, jhbuild doesn't look there by default and needs to be instructed to do so. Maybe we should ask jamesh if it'd okay to have a line in the standard sample.jhbuildrc that does this. Cheers, Elijah _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
