]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: default to /lib64 for ${exec_prefix}/lib64
authorKarel Zak <kzak@redhat.com>
Tue, 4 Sep 2018 09:42:19 +0000 (11:42 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Sep 2018 09:42:19 +0000 (11:42 +0200)
commitf40e316f5e0e1371c233a90ad0c9c73bea95ad89
tree9b78198743bcee51eb3926607993792f737b07b7
parent66620e411bfaccb26548c987f390cfc13d526977
build-sys: default to /lib64 for ${exec_prefix}/lib64

We already default to /lib for the default $exec_prefix, but the current
configure does not care about /lib64 although the use-case is exactly
same as for /lib.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac