mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
2001-05-23 Dave Peticolas <dave@krondo.com>
* src/scm/bootstrap.scm.in: fix test for slib git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4264 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-05-23 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/scm/bootstrap.scm.in: fix test for slib
|
||||
|
||||
2001-05-22 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/register/splitreg.c (configAction): fix comments for i18n.
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
(newline))
|
||||
|
||||
;; Test for slib.
|
||||
(let* ((try-slib (lambda () (use-modules (ice-9 slib))))
|
||||
(let* ((try-slib (lambda () (use-modules (ice-9 slib)) (require 'format)))
|
||||
(handler (lambda args #f))
|
||||
(result (catch #t try-slib handler)))
|
||||
(if (not result)
|
||||
|
||||
Reference in New Issue
Block a user