--- src/configure.in +++ src/configure.in 2009-02-25 16:42:39.840201362 +0100 @@ -659,7 +659,7 @@ if test "$enable_pythoninterp" = "yes"; [ vi_cv_path_python_conf= for path in "${vi_cv_path_python_pfx}" "${vi_cv_path_python_epfx}"; do - for subdir in lib share; do + for subdir in lib64 lib share; do d="${path}/${subdir}/python${vi_cv_var_python_version}/config" if test -d "$d" && test -f "$d/config.c"; then vi_cv_path_python_conf="$d" --- src/auto/configure +++ src/auto/configure 2009-02-25 16:42:24.320701679 +0100 @@ -5091,7 +5091,7 @@ else vi_cv_path_python_conf= for path in "${vi_cv_path_python_pfx}" "${vi_cv_path_python_epfx}"; do - for subdir in lib share; do + for subdir in lib64 lib share; do d="${path}/${subdir}/python${vi_cv_var_python_version}/config" if test -d "$d" && test -f "$d/config.c"; then vi_cv_path_python_conf="$d"