diff options
author | Ludovic Courtès | 2017-09-11 14:19:20 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-03-30 15:42:53 +0200 |
commit | 534695640d3135a388328170d7379a89d52087d9 (patch) | |
tree | dc577195fedae45b48cd03e5df641c6b1b9d2bf8 /configure.ac | |
parent | 6c7778dd9ec5e6cdc635238619dd18bfecfdf555 (diff) | |
download | skribilo-534695640d3135a388328170d7379a89d52087d9.tar.gz skribilo-534695640d3135a388328170d7379a89d52087d9.tar.lz skribilo-534695640d3135a388328170d7379a89d52087d9.zip |
build: Support Guile 2.2 in addition to legacy versions.
* configure.ac: Use 'GUILE_PKG' macro.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eaadbd8..7d4f4d7 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ AC_PROG_LN_S AC_PROG_MKDIR_P # Look for Guile. +GUILE_PKG([2.2 2.0 1.8]) GUILE_PROGS GUILE_SITE_DIR AC_PATH_PROGS([GUILD], [guild guile-tools]) |