commit | 973920e34eac49ed0531b5bc1ce6645ba311433d | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Sep 14 23:20:52 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Sep 14 23:25:59 2012 +0400 |
tree | 497a2e4c19e3bc73fce87b0b0e85c8f76f469ccc | |
parent | 6fe5fcf156793efd3759dcdea5addd994e3400a2 [diff] |
configure.ac: for x86_64, set libdir to lib64 If building for x86_64 and libdir is not explicitly set, set it to end up in lib64 as it should be. This should result in usable vzctl when doing manual compile/install. Note that when we build rpms, we explicitly set --libdir when calling configure, but if we try a manual build we might end up installing libraries into wrong place. Reported-by: Glauber Costa <glommer@openvz.org> Signed-off-by: Kir Kolyshkin <kir@openvz.org>