Hi,

The code for finding the python3 config directory fails on Fedora where
lib64 is used. This patch adds it. I'm unfamiliar with hg and unsure of
how to get it to send patches like git, so I'll do it the old-fashioned
way.

It's on top of the vim73 branch.

--Ben
diff -r b67b0b5a93d3 -r 863a37c80861 src/configure.in
--- a/src/configure.in  Fri Jul 23 22:27:03 2010 +0200
+++ b/src/configure.in  Sat Jul 24 02:17:50 2010 -0400
@@ -974,7 +974,7 @@
     [
      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"

Attachment: pgpd6luuOmbLj.pgp
Description: PGP signature

Raspunde prin e-mail lui