fixed name of init function

This commit is contained in:
eknauel 2004-02-10 15:24:43 +00:00
parent ab999a75c5
commit 1221026d00
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
,@(map (lambda (x) `(run ',x)) tmpl-libtool-la-reader)
(run '(let* ((lib-dir (string-append ,libdir "/" (host)))
(la-file-name (string-append lib-dir "/libscshldap.la"))
(initializer-name "scsh_ldap_main"))
(initializer-name "scsh_init_ldap_bindings"))
(let ((la-alist (read-libtool-la la-file-name)))
(cond
((assoc 'dlname la-alist)