From: David Bremner Date: Mon, 1 Jun 2015 07:09:01 +0000 (+0200) Subject: build/ruby: use notmuch configure script values for shared lib X-Git-Tag: 0.21_rc0~91 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=233b5528cd405de0e0d8c7b3f5d7729614bee8aa;hp=233b5528cd405de0e0d8c7b3f5d7729614bee8aa build/ruby: use notmuch configure script values for shared lib This is supposed to help build on systems like MacOS with different conventions for naming shared libraries. We have already computed the relevant names, so doing it again in ruby seems like a bad idea. ---