blob: 58a1e205ab9ad66a2c6aebe5e3a596e65663d07a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Mon Jan 15 19:34:30 2007
+++ configure Mon Jan 15 19:37:48 2007
@@ -21663,7 +21663,7 @@
-d $with_python/lib/python$PYTHON_VERSION/site-packages
then
PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
- PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages
else
if test -r $prefix/include/python$PYTHON_VERSION/Python.h
then
|