mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/test/test-scm-dynload: adjust dynamic-link call
based on guile version. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5538 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
13dfe78be3
commit
7bf73fc4a2
@ -1,4 +1,15 @@
|
||||
#! /bin/sh
|
||||
echo " test-scm-dynload: testing dynamic-link of libgncmodule from Scheme.";
|
||||
guile -c "(dynamic-link \"libgncmodule.la\")";
|
||||
exec guile -s $0 "$@"
|
||||
!#
|
||||
|
||||
(if (or (string=? (version) "1.3")
|
||||
(string=? (version) "1.3.4"))
|
||||
(dynamic-link "libgncmodule.so")
|
||||
(dynamic-link "libgncmodule"))
|
||||
|
||||
;; LocalVariables:
|
||||
;; mode: scheme
|
||||
;; End:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user