changeset 2388:06d77ed24f33 vim73

Find python3 also in lib64 directory. (Ben Boeckel)
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 16:11:21 +0200
parents 797f7b467b03
children d680c97481c1
files src/auto/configure src/configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -5507,7 +5507,7 @@ else
 
      vi_cv_path_python3_conf=
      for path in "${vi_cv_path_python3_pfx}" "${vi_cv_path_python3_epfx}"; do
-       for subdir in lib share; do
+       for subdir in lib64 lib share; do
          d="${path}/${subdir}/python${vi_cv_var_python3_version}/config"
          if test -d "$d" && test -f "$d/config.c"; then
            vi_cv_path_python3_conf="$d"
--- a/src/configure.in
+++ b/src/configure.in
@@ -975,7 +975,7 @@ if test "$enable_python3interp" = "yes";
     [
      vi_cv_path_python3_conf=
      for path in "${vi_cv_path_python3_pfx}" "${vi_cv_path_python3_epfx}"; do
-       for subdir in lib share; do
+       for subdir in lib64 lib share; do
          d="${path}/${subdir}/python${vi_cv_var_python3_version}/config"
          if test -d "$d" && test -f "$d/config.c"; then
            vi_cv_path_python3_conf="$d"