projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7bce8
)
glib/configure.ac: typo
author
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 8 Aug 2019 07:03:14 +0000
(
00:03
-0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 8 Aug 2019 07:03:14 +0000
(
00:03
-0700)
src/glib/configure.ac
patch
|
blob
|
history
diff --git
a/src/glib/configure.ac
b/src/glib/configure.ac
index 9dd03a2748e231a6a853c2d7cda9036d3b8385f2..536202b9f0504f704e35dd516badcc5625e1f55d 100644
(file)
--- a/
src/glib/configure.ac
+++ b/
src/glib/configure.ac
@@
-123,7
+123,7
@@
fi
if test x"${MIT_SCHEME_PKD}" = x; then
os_suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
- MIT_SCHEME_PKD="
blowfish
-${os_suffix}.pkd"
+ MIT_SCHEME_PKD="
glib
-${os_suffix}.pkd"
fi
AC_SUBST([MIT_SCHEME_PROJECT])