diff options
author | Ludovic Courtès | 2008-11-22 18:57:56 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-11-22 18:57:56 +0100 |
commit | d7af7227eb8772902d014ff817c430400a3005a8 (patch) | |
tree | 86f7b06b6a8797feef5bda0c0ac19ff480cae13f /configure.ac | |
parent | 357a848ad98426c3795bb505117876fd59151867 (diff) | |
download | skribilo-d7af7227eb8772902d014ff817c430400a3005a8.tar.gz skribilo-d7af7227eb8772902d014ff817c430400a3005a8.tar.lz skribilo-d7af7227eb8772902d014ff817c430400a3005a8.zip |
configure: Make sure the SRFI-35 implementation is not broken.
* configure.ac: Use `SKR_GUILE_SRFI_35_WORKS'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b7cedac..70e23c0 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,9 @@ GUILE_MODULE_REQUIRED([srfi srfi-35]) # Need SRFI-37, available in Guile >= 1.8.3. GUILE_MODULE_REQUIRED([srfi srfi-37]) +# Make sure we're not using the broken SRFI-35 from Guile-Lib <= 0.1.6. +SKR_GUILE_SRFI_35_WORKS + # Look for `convert', from ImageMagick. AC_PATH_PROG([CONVERT], [convert]) |