configure: use ${libdir} instead of \${LIBDIR}.
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 12:38:41 +0000 (14:38 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 20 Aug 2008 20:50:49 +0000 (22:50 +0200)
commit38f4a77feafdd9c40e1cb670c5e0cd971f130706
tree2c8f4c534f543bc1739be8956612f487186a1c4f
parentfd2595b4cf18de08a3124be0080a2c28bdb130ba
configure: use ${libdir} instead of \${LIBDIR}.

Now after removing --with-libdir, the value of ${libdir} won't change
anymore at that stage, so there is no need to have the variable expansion
deferred to "make".

Michael
(cherry picked from commit 256977cf05cb4c4073ece1389a7e4939b18f5f13)
source/m4/check_path.m4