configure: Default to /lib64 as libdir for 64-bit builds, and use plain /lib for 32-bit builds.
This commit is contained in:
parent
6359de3ddc
commit
b32653235a
|
@ -4123,7 +4123,9 @@ then
|
|||
enable_fonts=${enable_fonts:-no}
|
||||
enable_server=${enable_server:-no}
|
||||
enable_tools=${enable_tools:-no}
|
||||
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
|
||||
elif test "x$enable_win64" = "xyes"
|
||||
then
|
||||
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
|
||||
|
|
|
@ -192,7 +192,9 @@ then
|
|||
enable_fonts=${enable_fonts:-no}
|
||||
enable_server=${enable_server:-no}
|
||||
enable_tools=${enable_tools:-no}
|
||||
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
|
||||
elif test "x$enable_win64" = "xyes"
|
||||
then
|
||||
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
|
||||
fi
|
||||
|
||||
AC_CACHE_CHECK([for the directory containing the Wine tools], wine_cv_toolsdir,
|
||||
|
|
Loading…
Reference in New Issue