- Rewrite heuristic to be cross-compilation wise (bnc#736143). - Do not overwrite libexecdir specified by user. OBS-URL: https://build.opensuse.org/request/show/124224 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/site-config?expand=0&rev=3
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# If user did not specify libdir, guess the correct target:
|
|
# Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
|
|
if test "$libdir" = '${exec_prefix}/lib' ; then
|
|
|
|
ac_config_site_64bit_host=NONE
|
|
|
|
case "$host" in
|
|
"" )
|
|
# User did not specify host target.
|