[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking for guile from configure -- forward compat.
From: |
Linas Vepstas |
Subject: |
Re: Checking for guile from configure -- forward compat. |
Date: |
Sat, 8 Aug 2009 11:59:57 -0500 |
2009/8/8 Peter TB Brett <address@hidden>:
> 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
Re: Checking for guile from configure -- forward compat., Peter Brett, 2009/08/14