OpenOffice.org has a new requirement for gtk for their crash reporter
and I am trying to implement a warning for the absence of gtk-2.0.  I
had a hunt on google and came up with:

if test  "$test_gtk" = "yes"; then
    pkg_modules="gtk+-2.0 >= 1.3.13"
        PKG_CHECK_MODULES( GTK, [$pkg_modules] )
fi

(I have no idea about versions yet BTW)

Problem is that the PKG_CHECK_MODULES does not resolve in autoconf, it
passes through to configure untouched.

Can someone give me a clue stick of a much easier solution.

-- 
Thanks
KenF
OpenOffice.org developer

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to