Description: allows nautilus-python to work in 13.04 amd64 but I know nothing about m4's --- nautilus-python-1.1.orig/m4/python.m4 +++ nautilus-python-1.1/m4/python.m4 @@ -92,10 +92,10 @@ AC_DEFUN([AC_MULTILIB], for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in - */lib64/ | */lib64 ) libdirsuffix=64 ;; + /lib/x86_64-linux-gnu/ | /lib/x86_64-linux-gnu ) libdirsuffix=/x86_64-linux-gnu ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in - */lib64 ) libdirsuffix=64 ;; + /lib/x86_64-linux-gnu ) libdirsuffix=/x86_64-linux-gnu ;; esac ;; esac fi