2009/8/8 Peter TB Brett <pe...@peter-b.co.uk>:
> Hi everyone,
>
> Currently, there appear to be two ways to check for the presence of
> Guile:
>
>  PKG_CHECK_MODULES(GUILE, [guile-1.8])

I believe that the following should work:

PKG_CHECK_MODULES(GUILE, guile >= 1.8.3)

or something like that. Grepping various configure.in
I find the following:

PKG_CHECK_MODULES(SQLITE3, sqlite3 >= 3.0.0)
PKG_CHECK_MODULES([HUNSPELL], [hunspell])
PKG_CHECK_MODULES(LIBJDK, libjdk-1.5 >= $LIBJDK_REQUIRED)

--linas


Reply via email to