mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
9642954ffe
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
20 lines
803 B
Diff
20 lines
803 B
Diff
--- configure.orig 2020-02-05 00:02:14.990196320 +0100
|
|
+++ configure 2020-02-05 00:03:41.968108947 +0100
|
|
@@ -1610,7 +1610,7 @@
|
|
Config database for installing schema files.
|
|
--with-gconf-schema-file-dir=dir
|
|
Directory for installing schema files.
|
|
- --with-guile=2.2|2.0|auto
|
|
+ --with-guile=3.0|2.2|2.0|auto
|
|
Which guile version to use (default: auto)
|
|
--with-help-method which help method to use (ghelp|file|library;
|
|
default: ghelp)
|
|
@@ -18995,7 +18995,7 @@
|
|
# Guile
|
|
# *****
|
|
|
|
-guile_versions_all="2.2 2.0"
|
|
+guile_versions_all="3.0 2.2 2.0"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which guile version to use" >&5
|
|
$as_echo_n "checking which guile version to use... " >&6; }
|
|
|