diff options
author | Ludovic Courtès | 2020-08-01 17:07:02 +0200 |
---|---|---|
committer | Ludovic Courtès | 2020-08-01 17:07:02 +0200 |
commit | 60f1a4cfc168ef903e1eb0a4a81a302261431a31 (patch) | |
tree | c8231f26f287114a1ff1b2451be8e0ca96fc8d25 | |
parent | 8fa28fc0e01271e0f7e67e87bbcfc620d63af3b1 (diff) | |
download | skribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.tar.gz skribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.tar.lz skribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.zip |
build: Allow compilation with Guile 3.0.
* configure.ac: Add "3.0" to 'GUILE_PKG'.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 26b063d..04c7eac 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_PROG_LN_S AC_PROG_MKDIR_P # Look for Guile. -GUILE_PKG([2.2 2.0]) +GUILE_PKG([3.0 2.2 2.0]) GUILE_PROGS GUILE_SITE_DIR AC_PATH_PROGS([GUILD], [guild]) |