]> git.cworth.org Git - obsolete/notmuch-old/commit
configure: Fix installation of library to work with alternate --prefix
authorCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 01:17:51 +0000 (18:17 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 01:17:51 +0000 (18:17 -0700)
commitbf159bd829efb6aa73c68542949eb11d9a44d93c
treec7bdeae49a88a1484f3654ac1ed75a273d426aa3
parent20576886457235b84f80d3ac8eaf9fb36d306bf4
configure: Fix installation of library to work with alternate --prefix

If an explicit --libdir is passed, then that is used directly. Otherwise
libdir is chosen as the value of $PREFIX/lib, (whether or not prefix was
passed explicitly or set by default).
configure