]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-directories.m4
Merge changes from CUPS 1.7svn-r10629.
[thirdparty/cups.git] / config-scripts / cups-directories.m4
index 010e5f5d7a029e0bee66af5642388564026c65c6..fe6e01e19601c96e18c91d1e9decb8e7f76f5744 100644 (file)
@@ -106,7 +106,7 @@ if test "$libdir" = "\${exec_prefix}/lib"; then
                        libdir="$exec_prefix/lib32"
                        ;;
                Linux*)
-                       if test -d /usr/lib64; then
+                       if test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot; then
                                libdir="$exec_prefix/lib64"
                        fi
                        ;;