Skip to content

Commit

Permalink
FIXED detection of python library on Debian multiarch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ksterker committed Mar 8, 2013
1 parent b6e24d4 commit b3f639e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -276,7 +276,8 @@ if test "x$pylibs" = xnone; then
AC_MSG_RESULT(found)
else
py_paths="$PYPREFIX/lib64/python$PYLIBVER/config $PYPREFIX/lib64 \
$PYPREFIX/lib/python$PYLIBVER/config $PYPREFIX/lib"
$PYPREFIX/lib/python$PYLIBVER/config $PYPREFIX/lib \
$PYPREFIX/lib/python$PYLIBVER/config-$target_cpu-$target_os"

dnl Try for specific version first, then the generic version, then panic

Expand Down

0 comments on commit b3f639e

Please sign in to comment.